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 toinputStrandslist.ImmutableCombinedStrandFromPdb.Builder.addInputStrands(Strand element) Adds one element toinputStrandslist.ImmutableCombinedStrandFromPdb.Builder.addInputStrands(Strand... elements) Adds elements toinputStrandslist.ImmutableCombinedStrandFromPdb.builder()Creates a builder forImmutableCombinedStrandFromPdb.ImmutableCombinedStrandFromPdb.Builder.from(AbstractCombinedStrand instance) Fill a builder with attribute values from the providedpl.poznan.put.structure.formats.AbstractCombinedStrandinstance.ImmutableCombinedStrandFromPdb.Builder.from(CombinedStrandFromPdb instance) Fill a builder with attribute values from the providedpl.poznan.put.structure.formats.CombinedStrandFromPdbinstance.ImmutableCombinedStrandFromPdb.Builder.inputStrands(Iterable<? extends Strand> elements) Sets or replaces all elements forinputStrandslist.ImmutableCombinedStrandFromPdb.Builder.inputSymbolToResidue(Map<? extends DotBracketSymbol, ? extends PdbResidueIdentifier> entries) Sets or replaces all mappings from the specified map as entries for theinputSymbolToResiduemap.ImmutableCombinedStrandFromPdb.Builder.putAllInputSymbolToResidue(Map<? extends DotBracketSymbol, ? extends PdbResidueIdentifier> entries) Put all mappings from the specified map as entries toinputSymbolToResiduemap.ImmutableCombinedStrandFromPdb.Builder.putInputSymbolToResidue(Map.Entry<? extends DotBracketSymbol, ? extends PdbResidueIdentifier> entry) Put one entry to theinputSymbolToResiduemap.ImmutableCombinedStrandFromPdb.Builder.putInputSymbolToResidue(DotBracketSymbol key, PdbResidueIdentifier value) Put one entry to theinputSymbolToResiduemap.