|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectariba.util.core.ClassExtension
ariba.ui.aribaweb.util.AWMap
ariba.ui.aribaweb.util.AWMap_JavaHashtable
public final class AWMap_JavaHashtable
AWMap implementation based on java.util.Map.
Field Summary |
---|
Fields inherited from class ariba.util.core.ClassExtension |
---|
forClass |
Constructor Summary | |
---|---|
AWMap_JavaHashtable()
Creates a new AWMap_JavaHashtable object. |
Method Summary | |
---|---|
void |
clear(java.lang.Object receiver)
Removes all mappings from the given map. |
boolean |
containsKey(java.lang.Object receiver,
java.lang.Object key)
Returns true if the given map contains a mapping for the
specified key. |
boolean |
containsValue(java.lang.Object receiver,
java.lang.Object value)
Returns true if the given map maps one or more keys to the specified value. |
java.lang.Object |
get(java.lang.Object receiver,
java.lang.Object key)
Returns the value to which the given map maps the specified key. |
boolean |
isEmpty(java.lang.Object receiver)
Returns true if the map contains no key-value mappings. |
java.util.Iterator |
keys(java.lang.Object receiver)
Returns an enumeration of the keys in the map. |
java.lang.Object |
put(java.lang.Object receiver,
java.lang.Object key,
java.lang.Object value)
Associates the specified value with the specified key in the map. |
java.lang.Object |
remove(java.lang.Object receiver,
java.lang.Object key)
Removes the mapping for this key from this map if present. |
int |
size(java.lang.Object receiver)
Returns the number of key-value mappings in the map. |
java.util.Iterator |
values(java.lang.Object receiver)
Returns an enumeration of the values contained in the map. |
Methods inherited from class ariba.ui.aribaweb.util.AWMap |
---|
get, get, registerClassExtension |
Methods inherited from class ariba.util.core.ClassExtension |
---|
clone, forClass, getRealClass, setForClass |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AWMap_JavaHashtable()
Method Detail |
---|
public void clear(java.lang.Object receiver)
clear
in class AWMap
receiver
- map implementationpublic boolean containsKey(java.lang.Object receiver, java.lang.Object key)
true
if the given map contains a mapping for the
specified key.
containsKey
in class AWMap
receiver
- map implementationkey
- key whose presence in map is to be testedpublic boolean containsValue(java.lang.Object receiver, java.lang.Object value)
containsValue
in class AWMap
receiver
- map implementationvalue
- value whose presence in map is to be tested
public java.lang.Object get(java.lang.Object receiver, java.lang.Object key)
null
if the map contains no mapping for this key.
get
in class AWMap
receiver
- map implementationkey
- key whose associated value is to be returned
public boolean isEmpty(java.lang.Object receiver)
isEmpty
in class AWMap
receiver
- map implementation
public java.util.Iterator keys(java.lang.Object receiver)
keys
in class AWMap
receiver
- map implementation
public java.lang.Object put(java.lang.Object receiver, java.lang.Object key, java.lang.Object value)
put
in class AWMap
receiver
- map implementationkey
- key with which the specified value is to be associatedvalue
- value to be associated with the specified key
null
if there was no mapping for keypublic java.lang.Object remove(java.lang.Object receiver, java.lang.Object key)
remove
in class AWMap
receiver
- map implementationkey
- key whose mapping is to be removed from the map
null
if there was no mapping for keypublic int size(java.lang.Object receiver)
size
in class AWMap
receiver
- map implementation
public java.util.Iterator values(java.lang.Object receiver)
values
in class AWMap
receiver
- map implementation
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |