Uses of Class
pl.poznan.put.structure.formats.ImmutableDefaultStrand
Packages that use ImmutableDefaultStrand
-
Uses of ImmutableDefaultStrand in pl.poznan.put.structure.formats
Methods in pl.poznan.put.structure.formats that return ImmutableDefaultStrandModifier and TypeMethodDescriptionImmutableDefaultStrand.Builder.build()Builds a newImmutableDefaultStrand.static ImmutableDefaultStrandImmutableDefaultStrand.copyOf(DefaultStrand instance) Creates an immutable copy of aDefaultStrandvalue.static ImmutableDefaultStrandImmutableDefaultStrand.of(String name, Iterable<? extends DotBracketSymbol> symbols) Construct a new immutableDefaultStrandinstance.static ImmutableDefaultStrandImmutableDefaultStrand.of(String name, List<DotBracketSymbol> symbols) Construct a new immutableDefaultStrandinstance.final ImmutableDefaultStrandImmutableDefaultStrand.withCombineStrands(Iterable<? extends DotBracket> elements) Copy the current immutable object with elements that replace the content ofcombineStrands.final ImmutableDefaultStrandImmutableDefaultStrand.withCombineStrands(DotBracket... elements) Copy the current immutable object with elements that replace the content ofcombineStrands.final ImmutableDefaultStrandCopy the current immutable object by setting a value for thenameattribute.final ImmutableDefaultStrandImmutableDefaultStrand.withSymbols(Iterable<? extends DotBracketSymbol> elements) Copy the current immutable object with elements that replace the content ofsymbols.final ImmutableDefaultStrandImmutableDefaultStrand.withSymbols(DotBracketSymbol... elements) Copy the current immutable object with elements that replace the content ofsymbols.