org.apache.portals.bridges.jsf
Class AbstractAttributeMap.EntrySetEntry
java.lang.Object
org.apache.portals.bridges.jsf.AbstractAttributeMap.EntrySetEntry
- All Implemented Interfaces:
- Map.Entry
- Enclosing class:
- AbstractAttributeMap
- private class AbstractAttributeMap.EntrySetEntry
- extends Object
- implements Map.Entry
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_currentKey
private final Object _currentKey
AbstractAttributeMap.EntrySetEntry
public AbstractAttributeMap.EntrySetEntry(Object currentKey)
getKey
public Object getKey()
- Specified by:
getKey
in interface Map.Entry
getValue
public Object getValue()
- Specified by:
getValue
in interface Map.Entry
setValue
public Object setValue(Object value)
- Specified by:
setValue
in interface Map.Entry
Copyright © 2005-2007 Apache Software Foundation. All Rights Reserved.