public class CacheEntry<KeyType,ValueType> extends Object
CacheEntry(KeyType key, ValueType value)
boolean
equals(Object object)
KeyType
getKey()
ValueType
getValue()
int
hashCode()
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public CacheEntry(KeyType key, ValueType value)
public KeyType getKey()
public ValueType getValue()
public int hashCode()
hashCode
Object
public boolean equals(Object object)
equals
public String toString()
toString
Copyright © 2005-2014 dozer. All Rights Reserved.