|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ToolkitMap | |
---|---|
org.terracotta.toolkit | |
org.terracotta.toolkit.collections |
Uses of ToolkitMap in org.terracotta.toolkit |
---|
Methods in org.terracotta.toolkit that return ToolkitMap | ||
---|---|---|
|
Toolkit.getMap(String name,
Class<K> keyKlazz,
Class<V> valueKlazz)
Returns an already created ToolkitMap if one exists for the given name , otherwise creates one and
returns it. |
Uses of ToolkitMap in org.terracotta.toolkit.collections |
---|
Subinterfaces of ToolkitMap in org.terracotta.toolkit.collections | |
---|---|
interface |
ToolkitSortedMap<K extends Comparable<? super K>,V>
A toolkit sorted map. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |