|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TreeMap | |
|---|---|
| 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 | |
|---|---|
TreeMap<K,V> |
TreeMap.put(K key,
V value)
|
TreeMap<K,V> |
TreeMap.remove(K key)
|
protected TreeMap<K,V> |
TreeMap.slice(int from,
int until)
|
| Methods in com.github.andrewoma.dexx.collection that return types with arguments of type TreeMap | ||
|---|---|---|
static
|
TreeMap.factory(Comparator<? super K> ordering,
KeyFunction<K,V> keyFunction)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||