Package org.exoplatform.commons.map
Class AbstractMap
java.lang.Object
org.exoplatform.commons.map.AbstractMap
- All Implemented Interfaces:
Map
- Since:
- Nov 6, 2003 5:58:08 PM
- Author:
- Ove Ranheim (oranheim@users.sourceforge.net)
-
Nested Class Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()booleancontainsKey(Object key) booleancontainsValue(Object value) entrySet()protected abstract ObjectgetAttribute(String name) protected abstract EnumerationbooleanisEmpty()keySet()voidprotected abstract voidremoveAttribute(String name) protected abstract voidsetAttribute(String name, Object value) intsize()toString()values()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Constructor Details
-
AbstractMap
public AbstractMap()
-
-
Method Details
-
getAttribute
-
setAttribute
-
removeAttribute
-
getAttributeNames
-
size
public int size() -
isEmpty
public boolean isEmpty() -
containsKey
- Specified by:
containsKeyin interfaceMap
-
containsValue
- Specified by:
containsValuein interfaceMap
-
get
-
put
-
remove
-
putAll
-
clear
public void clear() -
keySet
-
values
-
entrySet
-
toString
-