|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.Dictionary
java.util.Hashtable
com.ibm.dse.base.Hashtable
This class extends Hashtable by providing additional behaviour such as getting the key by value, getting the object by a non-case sensitive key, removing all the elements in the Hashtable, and providing a visual representation of the object.
Constructor Summary | |
---|---|
Hashtable()
This constructor creates a Hashtable object. |
|
Hashtable(int initialCapacity)
This constructor creates a Hashtable object with a specified initialCapacity. |
|
Hashtable(int initialCapacity,
float loadFactor)
/** This constructor creates a Hashtable object with a specified initialCapacity and loadFactor. |
Method Summary | |
---|---|
java.lang.Object |
clone()
Returns a new Hashtable cloned from the current one. |
java.lang.Object |
keyAtValue(java.lang.Object aValue)
Gets the key at the given value. |
void |
removeAll()
Removes all elements from the Hashtable. |
java.lang.String |
toString()
Returns a visual representation of the instance. |
Methods inherited from class java.util.Hashtable |
---|
clear, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, rehash, remove, size, values |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public Hashtable()
public Hashtable(int initialCapacity)
initialCapacity
- intpublic Hashtable(int initialCapacity, float loadFactor)
initialCapacity
- intloadFactor
- floatMethod Detail |
public java.lang.Object clone()
clone
in interface DSECloneable
public java.lang.Object keyAtValue(java.lang.Object aValue)
aValue
- java.lang.Object
public void removeAll()
public java.lang.String toString()
|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |