Uses of Class
pl.poznan.put.pdb.analysis.ImmutableCifContainer.Builder
Packages that use ImmutableCifContainer.Builder
Package
Description
Contains classes which work on data from PDB or mmCIF files.
-
Uses of ImmutableCifContainer.Builder in pl.poznan.put.pdb.analysis
Methods in pl.poznan.put.pdb.analysis that return ImmutableCifContainer.BuilderModifier and TypeMethodDescriptionImmutableCifContainer.builder()Creates a builder forImmutableCifContainer.Initializes the value for thecifFileattribute.ImmutableCifContainer.Builder.fileChainMap(Map<? extends File, ? extends org.apache.commons.collections4.BidiMap<String, String>> entries) Sets or replaces all mappings from the specified map as entries for thefileChainMapmap.ImmutableCifContainer.Builder.from(CifContainer instance) Fill a builder with attribute values from the providedCifContainerinstance.ImmutableCifContainer.Builder.putAllFileChainMap(Map<? extends File, ? extends org.apache.commons.collections4.BidiMap<String, String>> entries) Put all mappings from the specified map as entries tofileChainMapmap.ImmutableCifContainer.Builder.putFileChainMap(File key, org.apache.commons.collections4.BidiMap<String, String> value) Put one entry to thefileChainMapmap.ImmutableCifContainer.Builder.putFileChainMap(Map.Entry<? extends File, ? extends org.apache.commons.collections4.BidiMap<String, String>> entry) Put one entry to thefileChainMapmap.