Interface | Description |
---|---|
IHashtable<TKey extends java.lang.Comparable<TKey>,TValue> |
The interface of a hashtable
|
ISharedHashtable<TKey extends java.lang.Comparable<TKey>,TValue> |
The interface of a thread-safe hashtable
|
ReifiedMap<TKey,TValue> |
Interface of a type-aware map
|