org.hsqldb.store |
|
Java Source File Name | Type | Comment |
BaseHashMap.java | Class | |
BitMap.java | Class | Implementation of a bit map of any size, together with static methods to
manipulate int values as bit maps. |
HashIndex.java | Class | A chained bucket hash index implementation.
hashTable and linkTable are arrays of signed integral types. |
ObjectCacheHashMap.java | Class | Maps integer keys to Objects. |
ValuePool.java | Class | Supports pooling of Integer, Long, Double, BigDecimal, String and Date
Java Objects. |
ValuePoolHashMap.java | Class | Subclass of BaseHashMap for maintaining a pool of objects. |