|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.AbstractMap
ariba.util.core.Hashtable
ariba.ui.aribaweb.util.AWCaseInsensitiveHashtable
public final class AWCaseInsensitiveHashtable
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 | |
---|---|
AWCaseInsensitiveHashtable()
|
Method Summary | |
---|---|
java.lang.Object |
put(java.lang.Object key,
java.lang.Object element)
Places the key/element pair in the Hashtable. |
Methods inherited from class ariba.util.core.Hashtable |
---|
clear, clone, contains, containsKey, count, elements, elementsArray, elementsVector, entrySet, fromSerializedString, get, isEmpty, keys, keysArray, keySet, keysVector, 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 AWCaseInsensitiveHashtable()
Method Detail |
---|
public java.lang.Object put(java.lang.Object key, java.lang.Object element)
Hashtable
put
in interface java.util.Map
put
in class Hashtable
key
- the key to place into the Hashtable; may not be
nullelement
- the element to place into the Hashtable; may
not be null
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |