| Constructor and Description |
|---|
AbstractMap() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
containsKey(Object key) |
boolean |
containsValue(Object value) |
Set |
entrySet() |
Object |
get(Object key) |
protected abstract Object |
getAttribute(String name) |
protected abstract Enumeration |
getAttributeNames() |
boolean |
isEmpty() |
Set |
keySet() |
Object |
put(Object key,
Object value) |
void |
putAll(Map t) |
Object |
remove(Object key) |
protected abstract void |
removeAttribute(String name) |
protected abstract void |
setAttribute(String name,
Object value) |
int |
size() |
String |
toString() |
Collection |
values() |
protected abstract void removeAttribute(String name)
protected abstract Enumeration getAttributeNames()
public boolean containsKey(Object key)
containsKey in interface Mappublic boolean containsValue(Object value)
containsValue in interface Mappublic Collection values()
Copyright © 2015 eXo Platform SAS. All Rights Reserved.