Uses of Class
pl.poznan.put.structure.formats.ImmutableCombinedStrandFromPdb.Builder
Packages that use ImmutableCombinedStrandFromPdb.Builder
-
Uses of ImmutableCombinedStrandFromPdb.Builder in pl.poznan.put.structure.formats
Methods in pl.poznan.put.structure.formats that return ImmutableCombinedStrandFromPdb.BuilderModifier and TypeMethodDescriptionImmutableCombinedStrandFromPdb.Builder.addAllInputStrands
(Iterable<? extends Strand> elements) Adds elements toinputStrands
list.ImmutableCombinedStrandFromPdb.Builder.addInputStrands
(Strand element) Adds one element toinputStrands
list.ImmutableCombinedStrandFromPdb.Builder.addInputStrands
(Strand... elements) Adds elements toinputStrands
list.ImmutableCombinedStrandFromPdb.builder()
Creates a builder forImmutableCombinedStrandFromPdb
.ImmutableCombinedStrandFromPdb.Builder.from
(AbstractCombinedStrand instance) Fill a builder with attribute values from the providedpl.poznan.put.structure.formats.AbstractCombinedStrand
instance.ImmutableCombinedStrandFromPdb.Builder.from
(CombinedStrandFromPdb instance) Fill a builder with attribute values from the providedpl.poznan.put.structure.formats.CombinedStrandFromPdb
instance.ImmutableCombinedStrandFromPdb.Builder.inputStrands
(Iterable<? extends Strand> elements) Sets or replaces all elements forinputStrands
list.ImmutableCombinedStrandFromPdb.Builder.inputSymbolToResidue
(Map<? extends DotBracketSymbol, ? extends PdbResidueIdentifier> entries) Sets or replaces all mappings from the specified map as entries for theinputSymbolToResidue
map.ImmutableCombinedStrandFromPdb.Builder.putAllInputSymbolToResidue
(Map<? extends DotBracketSymbol, ? extends PdbResidueIdentifier> entries) Put all mappings from the specified map as entries toinputSymbolToResidue
map.ImmutableCombinedStrandFromPdb.Builder.putInputSymbolToResidue
(Map.Entry<? extends DotBracketSymbol, ? extends PdbResidueIdentifier> entry) Put one entry to theinputSymbolToResidue
map.ImmutableCombinedStrandFromPdb.Builder.putInputSymbolToResidue
(DotBracketSymbol key, PdbResidueIdentifier value) Put one entry to theinputSymbolToResidue
map.