|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.AbstractMap
ariba.util.core.Hashtable
ariba.util.core.EqHashtable
public class EqHashtable
This class extends Hashtable, but provides for pointer hashing and equality instead of hashCode() and equals() equality. in 1.4 this can be replaced by java.util.IdentityHashMap
Nested Class Summary |
---|
Nested classes/interfaces inherited from class java.util.AbstractMap |
---|
java.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V> |
Nested classes/interfaces inherited from interface java.util.Map |
---|
java.util.Map.Entry<K,V> |
Constructor Summary | |
---|---|
EqHashtable()
Constructs an empty EqHashtable. |
|
EqHashtable(int initialCapacity)
Constructs an EqHashtable capable of holding at least initialCapacity elements before needing to grow. |
Method Summary |
---|
Methods inherited from class ariba.util.core.Hashtable |
---|
clear, clone, contains, containsKey, count, elements, elementsArray, elementsVector, entrySet, fromSerializedString, get, isEmpty, keys, keysArray, keySet, keysVector, put, readExternal, remove, removeElement, size, toSerializedString, toString, toStringArray, values, writeExternal |
Methods inherited from class java.util.AbstractMap |
---|
containsValue, equals, hashCode, putAll |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public EqHashtable()
public EqHashtable(int initialCapacity)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |