Uses of Class
org.javimmutable.collections.setmap.TreeSetMap
-
Uses of TreeSetMap in org.javimmutable.collections.serialization
-
Uses of TreeSetMap in org.javimmutable.collections.setmap
Modifier and TypeMethodDescriptionstatic <K extends Comparable<K>,
V>
TreeSetMap<K, V> TreeSetMap.of()
Constructs an empty set map whose keys are sorted in their natural ordering.static <K,
V> TreeSetMap <K, V> TreeSetMap.of
(Comparator<K> comparator) Constructs an empty set map using the specified Comparator.