|
|||||||||
| 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_AribaHashtable
public final class AWMap_AribaHashtable
AWMap implementation based on java.util.Map.
| Field Summary |
|---|
| Fields inherited from class ariba.util.core.ClassExtension |
|---|
forClass |
| Constructor Summary | |
|---|---|
AWMap_AribaHashtable()
Creates a new AWMap_AribaHashtable object. |
|
| Method Summary | |
|---|---|
void |
clear(Object receiver)
Removes all mappings from the given map. |
boolean |
containsKey(Object receiver,
Object key)
Returns true if the given map contains a mapping for the
specified key. |
boolean |
containsValue(Object receiver,
Object value)
Returns true if the given map maps one or more keys to the specified value. |
Object |
get(Object receiver,
Object key)
Returns the value to which the given map maps the specified key. |
boolean |
isEmpty(Object receiver)
Returns true if the map contains no key-value mappings. |
Iterator |
keys(Object receiver)
Returns an enumeration of the keys in the map. |
Object |
put(Object receiver,
Object key,
Object value)
Associates the specified value with the specified key in the map. |
Object |
remove(Object receiver,
Object key)
Removes the mapping for this key from this map if present. |
int |
size(Object receiver)
Returns the number of key-value mappings in the map. |
Iterator |
values(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_AribaHashtable()
| Method Detail |
|---|
public void clear(Object receiver)
clear in class AWMapreceiver - map implementation
public boolean containsKey(Object receiver,
Object key)
true if the given map contains a mapping for the
specified key.
containsKey in class AWMapreceiver - map implementationkey - key whose presence in map is to be tested
public boolean containsValue(Object receiver,
Object value)
containsValue in class AWMapreceiver - map implementationvalue - value whose presence in map is to be tested
public Object get(Object receiver,
Object key)
null if the map contains no mapping for this key.
get in class AWMapreceiver - map implementationkey - key whose associated value is to be returned
public boolean isEmpty(Object receiver)
isEmpty in class AWMapreceiver - map implementation
public Iterator keys(Object receiver)
keys in class AWMapreceiver - map implementation
public Object put(Object receiver,
Object key,
Object value)
put in class AWMapreceiver - 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 key
public Object remove(Object receiver,
Object key)
remove in class AWMapreceiver - map implementationkey - key whose mapping is to be removed from the map
null if there was no mapping for keypublic int size(Object receiver)
size in class AWMapreceiver - map implementation
public Iterator values(Object receiver)
values in class AWMapreceiver - map implementation
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||