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 ImmutableStrandViewImmutableStrandView.copyOf(StrandView instance) Creates an immutable copy of aStrandViewvalue.static ImmutableStrandViewImmutableStrandView.of(String name, DotBracket parent, int begin, int end) Construct a new immutableStrandViewinstance.final ImmutableStrandViewImmutableStrandView.withBegin(int value) Copy the current immutable object by setting a value for thebeginattribute.final ImmutableStrandViewImmutableStrandView.withCombineStrands(Iterable<? extends DotBracket> elements) Copy the current immutable object with elements that replace the content ofcombineStrands.final ImmutableStrandViewImmutableStrandView.withCombineStrands(DotBracket... elements) Copy the current immutable object with elements that replace the content ofcombineStrands.final ImmutableStrandViewImmutableStrandView.withEnd(int value) Copy the current immutable object by setting a value for theendattribute.final ImmutableStrandViewCopy the current immutable object by setting a value for thenameattribute.final ImmutableStrandViewImmutableStrandView.withParent(DotBracket value) Copy the current immutable object by setting a value for theparentattribute.