Uses of Class
org.h2.util.ValueHashMap

Packages that use ValueHashMap
org.h2.util Internal utility classes. 
 

Uses of ValueHashMap in org.h2.util
 

Methods in org.h2.util that return ValueHashMap
static
<T> ValueHashMap<T>
ValueHashMap.newInstance(DataHandler handler)
          Create a new value hash map using the given data handler.