Uses of Class
org.hsqldb.lib.HashMap
-
Packages that use HashMap Package Description org.hsqldb.lib Contains shared classes used by other HyperSQL classes. -
-
Uses of HashMap in org.hsqldb.lib
Subclasses of HashMap in org.hsqldb.lib Modifier and Type Class Description class
OrderedHashMap<K,V>
A Map which maintains the insertion order of the key/value pairs and allows access by index.
-