public static class PMap.ImmutableSortedMapBuilder<K extends Comparable,V> extends Object implements PMap.Builder<K,V>
| Constructor and Description |
|---|
ImmutableSortedMapBuilder() |
| Modifier and Type | Method and Description |
|---|---|
Map<K,V> |
build() |
PMap.ImmutableSortedMapBuilder<K,V> |
clear() |
PMap.ImmutableSortedMapBuilder<K,V> |
put(K key,
V value) |
PMap.ImmutableSortedMapBuilder<K,V> |
putAll(Map<K,V> map) |
public PMap.ImmutableSortedMapBuilder<K,V> put(K key, V value)
put in interface PMap.Builder<K extends Comparable,V>public PMap.ImmutableSortedMapBuilder<K,V> putAll(Map<K,V> map)
putAll in interface PMap.Builder<K extends Comparable,V>public PMap.ImmutableSortedMapBuilder<K,V> clear()
clear in interface PMap.Builder<K extends Comparable,V>public Map<K,V> build()
build in interface PMap.Builder<K extends Comparable,V>build in interface PBuilder<Map<K extends Comparable,V>>Copyright © 2015–2016 morimekta.net. All rights reserved.