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 TypeClassDescriptionclass
HashMap<K,
V> This class does not store null keys.class
A Map of int primitives to Object values.class
A Map of int primitives to Object values, suitable for thread-safe access.class
A Map of int primitive keys to int primitive values.class
A Map of int primitive keys to long primitive values.class
A Map of long primitives to Object values.class
A Map of long primitives to int primitives.class
A Map of long primitives to to long primitive.class
MultiValueHashMap<K,
V> A Map of Object keys to Object values which stores multiple values per key.class
OrderedHashMap<K,
V> A Map which maintains the insertion order of the key/value pairs and allows access by index.class
A Map of int primitives to Object values which maintains the insertion order of the key/value pairs and allows access by index.class
A 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 MapModifier and TypeMethodDescriptionvoid
void
void
void
void
void
void
void
void
void
void
void