org.postgresql.pljava.internal
Class TransactionalMap.BackedEntry

java.lang.Object
  extended by org.postgresql.pljava.internal.TransactionalMap.BackedEntry
All Implemented Interfaces:
Map.Entry
Enclosing class:
TransactionalMap

protected class TransactionalMap.BackedEntry
extends Object
implements Map.Entry


Constructor Summary
TransactionalMap.BackedEntry(Object key)
           
 
Method Summary
 Object getKey()
           
 Object getValue()
           
 Object setValue(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
 

Constructor Detail

TransactionalMap.BackedEntry

public TransactionalMap.BackedEntry(Object key)
Method Detail

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