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