Uses of Interface
org.hsqldb.lib.Map
Packages that use Map
-
Uses of Map in org.hsqldb.lib
Classes in org.hsqldb.lib that implement MapModifier and TypeClassDescriptionclassHashMap<K,V> This class does not store null keys.classA Map of int primitives to Object values.classA Map of int primitives to Object values, suitable for thread-safe access.classA Map of int primitive keys to int primitive values.classA Map of int primitive keys to long primitive values.classA Map of long primitives to Object values.classA Map of long primitives to int primitives.classA Map of long primitives to long primitive.classMultiValueHashMap<K,V> A Map of Object keys to Object values which stores multiple values per key.classOrderedHashMap<K,V> A Map which maintains the insertion order of the key/value pairs and allows access by index.classA Map of int primitives to Object values which maintains the insertion order of the key/value pairs and allows access by index.classA Map of long 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 Map