K - the key typeV - The type of the value which relates to a key.B - The builder to return in order to be able to apply
multiple build operations.public static interface Dictionary.MutableDictionary.DictionaryBuilder<K,V,B extends Dictionary.MutableDictionary.DictionaryBuilder<K,V,B>> extends Dictionary.MutableDictionary<K,V>
Relation property returning
the builder for applying multiple build operations.Dictionary.MutableDictionary.DictionaryBuilder<K,V,B extends Dictionary.MutableDictionary.DictionaryBuilder<K,V,B>>Dictionary.MutableDictionary<K,V>Keys.MutableKeys<K,V>, Keys.MutableValues<K,V>| Modifier and Type | Method and Description |
|---|---|
B |
withPut(K aKey,
V aValue)
Builder method for
Keys.MutableValues.put(Object, Object). |
B |
withPut(Relation<K,V> aRelation)
Builder method for
Dictionary.MutableDictionary.put(Relation). |
putisEmpty, sizeputdeletecontainsKey, containsValue, get, keySet, use, valuesB withPut(K aKey, V aValue)
Keys.MutableValues.put(Object, Object).aKey - the key for the property to be put.aValue - the value for the property to be put.B withPut(Relation<K,V> aRelation)
Dictionary.MutableDictionary.put(Relation).aRelation - the property to be put.Copyright © 2017. All rights reserved.