Uses of Class
org.javimmutable.collections.listmap.JImmutableTreeListMap

Packages that use JImmutableTreeListMap
org.javimmutable.collections.listmap   
 

Uses of JImmutableTreeListMap in org.javimmutable.collections.listmap
 

Methods in org.javimmutable.collections.listmap that return JImmutableTreeListMap
static
<K extends Comparable<K>,V>
JImmutableTreeListMap<K,V>
JImmutableTreeListMap.of()
          Constructs an empty list map whose keys are sorted in their natural ordering.
static
<K,V> JImmutableTreeListMap<K,V>
JImmutableTreeListMap.of(Comparator<K> comparator)
          Constructs an empty list map using the specified Comparator.
 



Copyright © 2014 Burton Computer Corporation. All rights reserved.