K - The key type.V - The value type.public static interface PMap.Builder<K,V> extends PBuilder<Map<K,V>>
| Modifier and Type | Method and Description |
|---|---|
Map<K,V> |
build()
Build the instance value.
|
PMap.Builder<K,V> |
put(K key,
V value) |
PMap.Builder<K,V> |
putAll(Map<K,V> map) |
Copyright © 2015–2018 morimekta.net. All rights reserved.