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 ImmutableDefaultStrand
ImmutableDefaultStrand.copyOf
(DefaultStrand instance) Creates an immutable copy of aDefaultStrand
value.static ImmutableDefaultStrand
ImmutableDefaultStrand.of
(String name, Iterable<? extends DotBracketSymbol> symbols) Construct a new immutableDefaultStrand
instance.static ImmutableDefaultStrand
ImmutableDefaultStrand.of
(String name, List<DotBracketSymbol> symbols) Construct a new immutableDefaultStrand
instance.final ImmutableDefaultStrand
ImmutableDefaultStrand.withCombineStrands
(Iterable<? extends DotBracket> elements) Copy the current immutable object with elements that replace the content ofcombineStrands
.final ImmutableDefaultStrand
ImmutableDefaultStrand.withCombineStrands
(DotBracket... elements) Copy the current immutable object with elements that replace the content ofcombineStrands
.final ImmutableDefaultStrand
Copy the current immutable object by setting a value for thename
attribute.final ImmutableDefaultStrand
ImmutableDefaultStrand.withSymbols
(Iterable<? extends DotBracketSymbol> elements) Copy the current immutable object with elements that replace the content ofsymbols
.final ImmutableDefaultStrand
ImmutableDefaultStrand.withSymbols
(DotBracketSymbol... elements) Copy the current immutable object with elements that replace the content ofsymbols
.