org.apache.commons.transaction.memory
Class TransactionalMapWrapper.HashEntry
java.lang.Object
org.apache.commons.transaction.memory.TransactionalMapWrapper.HashEntry
- All Implemented Interfaces:
- java.util.Map.Entry
- Enclosing class:
- TransactionalMapWrapper
- protected static class TransactionalMapWrapper.HashEntry
- extends java.lang.Object
- implements java.util.Map.Entry
Field Summary |
protected java.lang.Object |
key
The key |
protected java.lang.Object |
value
The value |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
key
protected java.lang.Object key
- The key
value
protected java.lang.Object value
- The value
TransactionalMapWrapper.HashEntry
protected TransactionalMapWrapper.HashEntry(java.lang.Object key,
java.lang.Object value)
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
equals
public boolean equals(java.lang.Object obj)
- Specified by:
equals
in interface java.util.Map.Entry
hashCode
public int hashCode()
- Specified by:
hashCode
in interface java.util.Map.Entry
toString
public java.lang.String toString()
Copyright © 2004-2007 The Apache Software Foundation. All Rights Reserved.