Uses of Class
org.javimmutable.collections.setmap.TreeSetMap
Packages that use TreeSetMap
-
Uses of TreeSetMap in org.javimmutable.collections.serialization
Constructors in org.javimmutable.collections.serialization with parameters of type TreeSetMap -
Uses of TreeSetMap in org.javimmutable.collections.setmap
Methods in org.javimmutable.collections.setmap that return TreeSetMapModifier 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.