Uses of Class
pl.poznan.put.structure.formats.ImmutableStrandView
Packages that use ImmutableStrandView
-
Uses of ImmutableStrandView in pl.poznan.put.structure.formats
Methods in pl.poznan.put.structure.formats that return ImmutableStrandViewModifier and TypeMethodDescriptionImmutableStrandView.Builder.build()
Builds a newImmutableStrandView
.static ImmutableStrandView
ImmutableStrandView.copyOf
(StrandView instance) Creates an immutable copy of aStrandView
value.static ImmutableStrandView
ImmutableStrandView.of
(String name, DotBracket parent, int begin, int end) Construct a new immutableStrandView
instance.final ImmutableStrandView
ImmutableStrandView.withBegin
(int value) Copy the current immutable object by setting a value for thebegin
attribute.final ImmutableStrandView
ImmutableStrandView.withCombineStrands
(Iterable<? extends DotBracket> elements) Copy the current immutable object with elements that replace the content ofcombineStrands
.final ImmutableStrandView
ImmutableStrandView.withCombineStrands
(DotBracket... elements) Copy the current immutable object with elements that replace the content ofcombineStrands
.final ImmutableStrandView
ImmutableStrandView.withEnd
(int value) Copy the current immutable object by setting a value for theend
attribute.final ImmutableStrandView
Copy the current immutable object by setting a value for thename
attribute.final ImmutableStrandView
ImmutableStrandView.withParent
(DotBracket value) Copy the current immutable object by setting a value for theparent
attribute.