Uses of Class
org.hsqldb.lib.IntKeyHashMap
-
Packages that use IntKeyHashMap Package Description org.hsqldb.lib Contains shared classes used by other HyperSQL classes. -
-
Uses of IntKeyHashMap in org.hsqldb.lib
Subclasses of IntKeyHashMap in org.hsqldb.lib Modifier and Type Class Description class
OrderedIntKeyHashMap<V>
A Map of int primitives to Object values which maintains the insertion order of the key/value pairs and allows access by index.Methods in org.hsqldb.lib with parameters of type IntKeyHashMap Modifier and Type Method Description void
IntKeyHashMap. putAll(IntKeyHashMap<V> other)
void
IntKeyHashMapConcurrent. putAll(IntKeyHashMap<V> other)
-