Uses of Class
pl.poznan.put.structure.formats.ImmutableCombinedStrandFromPdb
Packages that use ImmutableCombinedStrandFromPdb
-
Uses of ImmutableCombinedStrandFromPdb in pl.poznan.put.structure.formats
Methods in pl.poznan.put.structure.formats that return ImmutableCombinedStrandFromPdbModifier and TypeMethodDescriptionImmutableCombinedStrandFromPdb.Builder.build()
Builds a newImmutableCombinedStrandFromPdb
.ImmutableCombinedStrandFromPdb.copyOf
(CombinedStrandFromPdb instance) Creates an immutable copy of aCombinedStrandFromPdb
value.ImmutableCombinedStrandFromPdb.of
(Iterable<? extends Strand> inputStrands, Map<? extends DotBracketSymbol, ? extends PdbResidueIdentifier> inputSymbolToResidue) Construct a new immutableCombinedStrandFromPdb
instance.ImmutableCombinedStrandFromPdb.of
(List<Strand> inputStrands, Map<DotBracketSymbol, PdbResidueIdentifier> inputSymbolToResidue) Construct a new immutableCombinedStrandFromPdb
instance.ImmutableCombinedStrandFromPdb.withInputStrands
(Iterable<? extends Strand> elements) Copy the current immutable object with elements that replace the content ofinputStrands
.ImmutableCombinedStrandFromPdb.withInputStrands
(Strand... elements) Copy the current immutable object with elements that replace the content ofinputStrands
.ImmutableCombinedStrandFromPdb.withInputSymbolToResidue
(Map<? extends DotBracketSymbol, ? extends PdbResidueIdentifier> entries) Copy the current immutable object by replacing theinputSymbolToResidue
map with the specified map.