org.apache.commons.transaction.memory
Class TransactionalMapWrapper.HashEntry
java.lang.Object
org.apache.commons.transaction.memory.TransactionalMapWrapper.HashEntry
- All Implemented Interfaces:
- Map.Entry
- Enclosing class:
- TransactionalMapWrapper
protected static class TransactionalMapWrapper.HashEntry
- extends Object
- implements Map.Entry
key
protected Object key
- The key
value
protected Object value
- The value
TransactionalMapWrapper.HashEntry
protected TransactionalMapWrapper.HashEntry(Object key,
Object value)
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-2009 Apache Software Foundation. All Rights Reserved.