Uses of Class
org.javimmutable.collections.listmap.TreeListMap
-
Uses of TreeListMap in org.javimmutable.collections.listmap
Modifier 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