Uses of Interface
org.hsqldb.lib.Map

Packages that use Map
Package
Description
Contains shared classes used by other HyperSQL classes.
  • Uses of Map in org.hsqldb.lib

    Classes in org.hsqldb.lib that implement Map
    Modifier and Type
    Class
    Description
    class 
    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 long primitive.
    class 
    A Map of Object keys to Object values which stores multiple values per key.
    class 
    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 Map
    Modifier and Type
    Method
    Description
    void
    HashMap.putAll(Map<K,V> m)
     
    void
    MultiValueHashMap.putAll(Map<K,V> m)