public static interface Properties.MutableProperties extends Properties.ClearableProperties, Dictionary.MutableDictionary<String,String>
Properties.ClearableProperties, Properties.MutableProperties, Properties.PropertiesBuilderDictionary.MutableDictionary.DictionaryBuilder<K,V,T extends org.refcodes.structure.Relation<K,V>,B extends Dictionary.MutableDictionary.DictionaryBuilder<K,V,T,B>>Dictionary.ClearableDictionary<K,V>, Dictionary.MutableDictionary<K,V>Keys.ClearableKeys<K,V>, Keys.MutableKeys<K,V>| Modifier and Type | Method and Description |
|---|---|
String |
put(org.refcodes.structure.Property aProperty)
Puts the key/value-pair from the provided
Property. |
default void |
putAll(Map<String,String> aProperties)
This method inserts all elements (key/value-pairs) found in the
provided
Map instances of interoperability reasons. |
default void |
putAll(Properties aProperties)
This method inserts all elements (key/value-pairs) found in the
provided
Properties instances of interoperability reasons. |
default void |
putAll(Properties aProperties)
This method inserts all elements (key/value-pairs) found in the
provided
Properties instances of interoperability
reasons. |
toMap, toPropertiesput, putisEmpty, sizecontainsKey, get, keySet, valuesremoveByKeyString put(org.refcodes.structure.Property aProperty)
Property.aProperty - The property's key/value to be inserted.default void putAll(Map<String,String> aProperties)
Map instances of interoperability reasons.aProperties - A Map containing the key/value-pairs to be
inserted.default void putAll(Properties aProperties)
Properties instances of interoperability reasons.aProperties - A Properties containing the key/value
pairs to be inserted.default void putAll(Properties aProperties)
Properties instances of interoperability
reasons.aProperties - A Properties containing the
key/value-pairs to be inserted.Copyright © 2017. All rights reserved.