Uses of Class
com.github.andrewoma.dexx.collection.TreeMap
Packages that use TreeMap
Package
Description
Dexx collections are a port of Scala's immutable, persistent collection classes to pure Java.
-
Uses of TreeMap in com.github.andrewoma.dexx.collection
Methods in com.github.andrewoma.dexx.collection that return TreeMapMethods in com.github.andrewoma.dexx.collection that return types with arguments of type TreeMapModifier and TypeMethodDescriptionstatic <K,
V> @NotNull BuilderFactory <Pair<K, V>, TreeMap<K, V>> TreeMap.factory
(Comparator<? super K> ordering, KeyFunction<K, V> keyFunction)