Uses of Class
org.hsqldb.lib.IntKeyHashMap
Packages that use IntKeyHashMap
-
Uses of IntKeyHashMap in org.hsqldb.lib
Subclasses of IntKeyHashMap in org.hsqldb.libModifier and TypeClassDescriptionclass
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 IntKeyHashMapModifier and TypeMethodDescriptionvoid
IntKeyHashMap.putAll
(IntKeyHashMap other) void
IntKeyHashMapConcurrent.putAll
(IntKeyHashMap other)