K - The key type.V - The value type.public static class PMap.SortedBuilder<K extends Comparable,V> extends Object implements PMap.Builder<K,V>
| Constructor and Description |
|---|
SortedBuilder() |
| 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) |
@Nonnull public PMap.Builder<K,V> put(@Nonnull K key, @Nonnull V value)
put in interface PMap.Builder<K extends Comparable,V>@Nonnull public PMap.Builder<K,V> putAll(@Nonnull Map<K,V> items)
putAll in interface PMap.Builder<K extends Comparable,V>Copyright © 2015–2017 morimekta.net. All rights reserved.