public class LockedEntryLong extends LockedEntry implements InterfaceEntryLong
| Modifier and Type | Field and Description |
|---|---|
long |
theKey
The key for this entry
|
| Constructor and Description |
|---|
LockedEntryLong(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, get, getData, hasHardReference, hashCode, next, setData, setNextclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitclearHardReference, get, getData, hasHardReference, next, setData, setNextpublic LockedEntryLong(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.