com.taco.data
Class WrappedKeyValueMap.WrappedEntry

java.lang.Object
  extended by 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.
 
Constructor Summary
WrappedKeyValueMap.WrappedEntry(java.util.Map.Entry innerEntry)
           
 
Method Summary
 java.lang.Object getKey()
           
 java.lang.Object getValue()
           
 java.lang.Object setValue(java.lang.Object value)
           
 void setValueNoReturn(java.lang.Object value)
           
 
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
 

Field Detail

_innerEntry

protected java.util.Map.Entry _innerEntry
The entry in the storage map that this instance wraps.

Constructor Detail

WrappedKeyValueMap.WrappedEntry

public WrappedKeyValueMap.WrappedEntry(java.util.Map.Entry innerEntry)
Method Detail

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