Uses of Interface
org.terracotta.toolkit.collections.ToolkitMap

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
<K,V> ToolkitMap<K,V>
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.
 



Copyright © 2014 Terracotta, Inc.. All Rights Reserved.