ehcache

net.sf.ehcache.store.compound
Class HashEntry

java.lang.Object
  extended by net.sf.ehcache.store.compound.HashEntry

public abstract class HashEntry
extends Object

Internal entry structure used by the Segment class.

Author:
Chris Dennis, Ludovic Orban

Field Summary
protected  int hash
          Spread hash value for they key.
protected  Object key
          Key instance for this mapping.
protected  HashEntry next
          Reference to the next HashEntry in this chain.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

key

protected final Object key
Key instance for this mapping.


hash

protected final int hash
Spread hash value for they key.


next

protected final HashEntry next
Reference to the next HashEntry in this chain.


ehcache

true