protected static class TransactionalMapWrapper.HashEntry extends Object implements Map.Entry
protected Object
key
value
protected
TransactionalMapWrapper.HashEntry(Object key, Object value)
boolean
equals(Object obj)
Object
getKey()
getValue()
int
hashCode()
setValue(Object value)
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
protected Object key
protected Object value
protected TransactionalMapWrapper.HashEntry(Object key, Object value)
public Object getKey()
getKey
Map.Entry
public Object getValue()
getValue
public Object setValue(Object value)
setValue
public boolean equals(Object obj)
equals
public int hashCode()
hashCode
public String toString()
toString
Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.