Package org.apache.myfaces.util.lang
Class AbstractAttributeMap<V>
- Direct Known Subclasses:
- CookieMap,- InitParameterMap,- RequestHeaderMap,- RequestHeaderValuesMap,- RequestMap,- RequestParameterMap,- RequestParameterValuesMap
Helper Map implementation for use with different Attribute Maps.
- Version:
- $Revision$ $Date$
- Author:
- Anton Koinov (latest modification by $Author$)
- 
Nested Class SummaryNested classes/interfaces inherited from class java.util.AbstractMapAbstractMap.SimpleEntry<K extends Object,V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object, V extends Object> 
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidclear()final booleancontainsKey(Object key) booleancontainsValue(Object findValue) entrySet()protected abstract VgetAttribute(String key) protected abstract Enumeration<String>booleanisEmpty()keySet()final Vvoidfinal Vprotected abstract voidremoveAttribute(String key) protected abstract voidsetAttribute(String key, V value) intsize()values()Methods inherited from class java.util.AbstractMapclone, equals, hashCode, toStringMethods inherited from class java.lang.Objectfinalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Mapcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
- 
Constructor Details- 
AbstractAttributeMappublic AbstractAttributeMap()
 
- 
- 
Method Details- 
clearpublic void clear()
- 
containsKey- Specified by:
- containsKeyin interface- Map<String,- V> 
- Overrides:
- containsKeyin class- AbstractMap<String,- V> 
 
- 
containsValue- Specified by:
- containsValuein interface- Map<String,- V> 
- Overrides:
- containsValuein class- AbstractMap<String,- V> 
 
- 
entrySet
- 
get
- 
isEmptypublic boolean isEmpty()
- 
keySet
- 
put
- 
putAll
- 
remove
- 
sizepublic int size()
- 
values
- 
getAttribute
- 
setAttribute
- 
removeAttribute
- 
getAttributeNames
 
-