Uses of Interface
org.organicdesign.fp.collections.UnmodSortedMap
-
Packages that use UnmodSortedMap Package Description org.organicdesign.fp.collections Type-safe versions of immutable collections (mostly from Clojure), plus unmodifiable and immutable collection interfaces that fit these collections into the java.util interfaces. -
-
Uses of UnmodSortedMap in org.organicdesign.fp.collections
Subinterfaces of UnmodSortedMap in org.organicdesign.fp.collections Modifier and Type Interface Description interfaceImSortedMap<K,V>An immutable sorted map.Classes in org.organicdesign.fp.collections that implement UnmodSortedMap Modifier and Type Class Description classPersistentTreeMap<K,V>Persistent Red Black Tree.Methods in org.organicdesign.fp.collections that return UnmodSortedMap Modifier and Type Method Description default @NotNull UnmodSortedMap<K,V>UnmodSortedMap. headMap(K toKey)@NotNull UnmodSortedMap<K,V>UnmodSortedMap. subMap(K fromKey, K toKey)@NotNull UnmodSortedMap<K,V>UnmodSortedMap. tailMap(K fromKey)
-