Uses of Class
org.javimmutable.collections.listmap.TreeListMap
Packages that use TreeListMap
-
Uses of TreeListMap in org.javimmutable.collections.listmap
Methods in org.javimmutable.collections.listmap that return TreeListMapModifier and TypeMethodDescriptionstatic <K extends Comparable<K>,V>
TreeListMap<K, V> TreeListMap.of()Constructs an empty list map whose keys are sorted in their natural ordering.static <K,V> TreeListMap <K, V> TreeListMap.of(Comparator<K> comparator) Constructs an empty list map using the specified Comparator. -
Uses of TreeListMap in org.javimmutable.collections.serialization
Constructors in org.javimmutable.collections.serialization with parameters of type TreeListMap