static ImmutableCifContainer.Builder |
ImmutableCifContainer.builder() |
|
ImmutableCifContainer.Builder |
ImmutableCifContainer.Builder.cifFile(File cifFile) |
Initializes the value for the cifFile attribute.
|
ImmutableCifContainer.Builder |
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 the fileChainMap map.
|
ImmutableCifContainer.Builder |
ImmutableCifContainer.Builder.from(CifContainer instance) |
Fill a builder with attribute values from the provided CifContainer instance.
|
ImmutableCifContainer.Builder |
ImmutableCifContainer.Builder.putAllFileChainMap(Map<? extends File,? extends org.apache.commons.collections4.BidiMap<String,String>> entries) |
Put all mappings from the specified map as entries to fileChainMap map.
|
ImmutableCifContainer.Builder |
ImmutableCifContainer.Builder.putFileChainMap(File key,
org.apache.commons.collections4.BidiMap<String,String> value) |
|
ImmutableCifContainer.Builder |
ImmutableCifContainer.Builder.putFileChainMap(Map.Entry<? extends File,? extends org.apache.commons.collections4.BidiMap<String,String>> entry) |
|