Package org.exoplatform.commons.map
Class AbstractMap
- java.lang.Object
-
- org.exoplatform.commons.map.AbstractMap
-
-
Constructor Summary
Constructors Constructor Description AbstractMap()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description voidclear()booleancontainsKey(Object key)booleancontainsValue(Object value)SetentrySet()Objectget(Object key)protected abstract ObjectgetAttribute(String name)protected abstract EnumerationgetAttributeNames()booleanisEmpty()SetkeySet()Objectput(Object key, Object value)voidputAll(Map t)Objectremove(Object key)protected abstract voidremoveAttribute(String name)protected abstract voidsetAttribute(String name, Object value)intsize()StringtoString()Collectionvalues()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
-
-
-
-
Method Detail
-
removeAttribute
protected abstract void removeAttribute(String name)
-
getAttributeNames
protected abstract Enumeration getAttributeNames()
-
containsKey
public boolean containsKey(Object key)
- Specified by:
containsKeyin interfaceMap
-
containsValue
public boolean containsValue(Object value)
- Specified by:
containsValuein interfaceMap
-
values
public Collection values()
-
-