Uses of Class
org.javimmutable.collections.tree.JImmutableTreeMap

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
<K extends Comparable<K>,V>
JImmutableTreeMap<K,V>
JImmutableTreeMap.of()
           
static
<K,V> JImmutableTreeMap<K,V>
JImmutableTreeMap.of(Comparator<K> comparator)
          Constructs an empty map using the specified Comparator.
static
<K extends Comparable<K>,V>
JImmutableTreeMap<K,V>
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.
 



Copyright © 2014 Burton Computer Corporation. All rights reserved.