Uses of Class
com.github.andrewoma.dexx.collection.TreeMap
-
Packages that use TreeMap Package Description com.github.andrewoma.dexx.collection 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 TreeMap Modifier and Type Method Description @NotNull TreeMap<K,V>
TreeMap. put(K key, V value)
@NotNull TreeMap<K,V>
TreeMap. remove(K key)
protected @NotNull TreeMap<K,V>
TreeMap. slice(int from, int until)
Methods in com.github.andrewoma.dexx.collection that return types with arguments of type TreeMap Modifier and Type Method Description static <K,V>
@NotNull BuilderFactory<Pair<K,V>,TreeMap<K,V>>TreeMap. factory(java.util.Comparator<? super K> ordering, KeyFunction<K,V> keyFunction)
-