org.apache.commons.transaction.memory
Class BasicTxMap.HashEntry

java.lang.Object
  extended by org.apache.commons.transaction.memory.BasicTxMap.HashEntry
All Implemented Interfaces:
Map.Entry
Enclosing class:
BasicTxMap<K,V>

protected static class BasicTxMap.HashEntry
extends Object
implements Map.Entry


Field Summary
protected  Object key
          The key
protected  Object value
          The value
 
Constructor Summary
protected BasicTxMap.HashEntry(Object key, Object value)
           
 
Method Summary
 boolean equals(Object obj)
           
 Object getKey()
           
 Object getValue()
           
 int hashCode()
           
 Object setValue(Object value)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

key

protected Object key
The key


value

protected Object value
The value

Constructor Detail

BasicTxMap.HashEntry

protected BasicTxMap.HashEntry(Object key,
                               Object value)
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

equals

public boolean equals(Object obj)
Specified by:
equals in interface Map.Entry
Overrides:
equals in class Object

hashCode

public int hashCode()
Specified by:
hashCode in interface Map.Entry
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2004-2007 The Apache Software Foundation. All Rights Reserved.