Interface PMap.Builder<K,V>
-
- Type Parameters:
K- The key type.V- The value type.
- All Known Implementing Classes:
PMap.DefaultBuilder,PMap.SortedBuilder
public static interface PMap.Builder<K,V>Container builder to be used in serialization.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Map<K,V>build()PMap.Builder<K,V>put(K key, V value)PMap.Builder<K,V>putAll(java.util.Map<K,V> map)
-