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 TypeClassDescriptionclassA 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 TypeMethodDescriptionvoidIntKeyHashMap.putAll(IntKeyHashMap<V> other) voidIntKeyHashMapConcurrent.putAll(IntKeyHashMap<V> other)