K - The key type.V - The value type.public static class PMap.DefaultBuilder<K,V> extends Object implements PMap.Builder<K,V>
| Constructor and Description |
|---|
DefaultBuilder() |
| 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> items) |
Copyright © 2015–2018 morimekta.net. All rights reserved.