mail
Class Store.StoreEntry

java.lang.Object
  extended by mail.Store.StoreEntry
All Implemented Interfaces:
java.util.Map.Entry<K,V>
Enclosing class:
Store<K extends ID,V>

private class Store.StoreEntry
extends java.lang.Object
implements java.util.Map.Entry<K,V>


Field Summary
private  java.util.Map.Entry propEntry
           
 
Constructor Summary
Store.StoreEntry(java.util.Map.Entry pEntry)
           
 
Method Summary
 K getKey()
           
 V getValue()
           
 V setValue(V 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

propEntry

private java.util.Map.Entry propEntry
Constructor Detail

Store.StoreEntry

public Store.StoreEntry(java.util.Map.Entry pEntry)
Method Detail

getKey

public K getKey()
Specified by:
getKey in interface java.util.Map.Entry<K extends ID,V>

getValue

public V getValue()
Specified by:
getValue in interface java.util.Map.Entry<K extends ID,V>

setValue

public V setValue(V value)
Specified by:
setValue in interface java.util.Map.Entry<K extends ID,V>