Class FastHashtable<K,V>

java.lang.Object
java.util.Dictionary<K,V>
java.util.Hashtable<K,V>
org.wildfly.naming.client.util.FastHashtable<K,V>
All Implemented Interfaces:
Serializable, Cloneable, Map<K,V>

public class FastHashtable<K,V> extends Hashtable<K,V>
A hashtable that is implemented in terms of a fast concurrent map instead of a slow synchronized hash table.
Author:
David M. Lloyd
See Also: