|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JImmutableTreeMap | |
---|---|
org.javimmutable.collections.tree |
Uses of JImmutableTreeMap in org.javimmutable.collections.tree |
---|
Methods in org.javimmutable.collections.tree that return JImmutableTreeMap | ||
---|---|---|
JImmutableTreeMap<K,V> |
JImmutableTreeMap.assign(K key,
V value)
|
|
JImmutableTreeMap<K,V> |
JImmutableTreeMap.delete(K key)
|
|
JImmutableTreeMap<K,V> |
JImmutableTreeMap.deleteAll()
|
|
static
|
JImmutableTreeMap.of()
|
|
static
|
JImmutableTreeMap.of(Comparator<K> comparator)
Constructs an empty map using the specified Comparator. |
|
static
|
JImmutableTreeMap.of(Map<K,V> map)
Constructs a new map containing the same key/value pairs as map using a ComparableComparator to compare the keys. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |