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 aCombinedStrandFromPdbvalue.ImmutableCombinedStrandFromPdb.of(Iterable<? extends Strand> inputStrands, Map<? extends DotBracketSymbol, ? extends PdbResidueIdentifier> inputSymbolToResidue) Construct a new immutableCombinedStrandFromPdbinstance.ImmutableCombinedStrandFromPdb.of(List<Strand> inputStrands, Map<DotBracketSymbol, PdbResidueIdentifier> inputSymbolToResidue) Construct a new immutableCombinedStrandFromPdbinstance.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 theinputSymbolToResiduemap with the specified map.