B - The builder to return in order to be able to apply
multiple build operations. * @param V - The type of the value which relates to a key.public static interface Dictionary.MutableDictionary.DictionaryBuilder<K,V,T extends org.refcodes.structure.Relation<K,V>,B extends Dictionary.MutableDictionary.DictionaryBuilder<K,V,T,B>>
Relation property returning
the builder for applying multiple build operations.| Modifier and Type | Method and Description |
|---|---|
B |
withPut(K aKey,
V aValue) |
B |
withPut(T aRelation) |
Copyright © 2017. All rights reserved.