public class CacheEntryLong extends CacheEntry implements InterfaceEntryLong
| Modifier and Type | Field and Description | 
|---|---|
| long | theKeyThe key for this entry | 
data, hardReference, hash, nextEntry| Constructor and Description | 
|---|
| CacheEntryLong(long key,
              int hashCode,
              java.lang.Object referent,
              InterfaceEntry next)The cache entry for objects with a long for a key. | 
| Modifier and Type | Method and Description | 
|---|---|
| long | key() | 
clearHardReference, equals, getData, hasHardReference, hashCode, next, setData, setNextfinalize, getClass, notify, notifyAll, toString, wait, wait, waitclearHardReference, get, getData, hasHardReference, next, setData, setNextpublic CacheEntryLong(long key,
                      int hashCode,
                      java.lang.Object referent,
                      InterfaceEntry next)
key - the keyhashCode - the hash numberreferent - the object that we want to cachenext - the next entrypublic long key()
key in interface InterfaceEntryLongstSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.