Package org.exist.util.hashtable

Optimized hashtable implementations for native Java types.

See:
          Description

Class Summary
AbstractHashtable Abstract base class for all hashtable implementations.
Int2ObjectHashMap A hashtable which maps int keys to object values.
Long2ObjectHashMap A hashtable which maps long keys to object values.
NamePool  
Object2IntHashMap A hashtable which maps object keys to long values.
Object2LongHashMap A hashtable which maps object keys to long values.
Object2LongIdentityHashMap A hashtable which maps object keys to long values.
Object2ObjectHashMap  
ObjectHashSet A hash set on objects.
SequencedLongHashMap  
SequencedLongHashMap.Entry Represents an entry in the map.
 

Package org.exist.util.hashtable Description

Optimized hashtable implementations for native Java types.



Copyright (C) Wolfgang Meier. All rights reserved.