com.taco.data
Class WrappedKeyValueMap.WrappedEntry
java.lang.Object
com.taco.data.WrappedKeyValueMap.WrappedEntry
- All Implemented Interfaces:
- INoReturnMap.INoReturnEntry, java.util.Map.Entry
- Direct Known Subclasses:
- WrappedObservableMap.WrappedObservableEntry
- Enclosing class:
- WrappedKeyValueMap
protected class WrappedKeyValueMap.WrappedEntry
- extends java.lang.Object
- implements INoReturnMap.INoReturnEntry
Represents a map entry in the entry set. This class wraps a map entry
in the storage map.
Field Summary |
protected java.util.Map.Entry |
_innerEntry
The entry in the storage map that this instance wraps. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface java.util.Map.Entry |
equals, hashCode |
_innerEntry
protected java.util.Map.Entry _innerEntry
- The entry in the storage map that this instance wraps.
WrappedKeyValueMap.WrappedEntry
public WrappedKeyValueMap.WrappedEntry(java.util.Map.Entry innerEntry)
getKey
public java.lang.Object getKey()
- Specified by:
getKey
in interface java.util.Map.Entry
getValue
public java.lang.Object getValue()
- Specified by:
getValue
in interface java.util.Map.Entry
setValue
public java.lang.Object setValue(java.lang.Object value)
- Specified by:
setValue
in interface java.util.Map.Entry
setValueNoReturn
public void setValueNoReturn(java.lang.Object value)
- Specified by:
setValueNoReturn
in interface INoReturnMap.INoReturnEntry