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, setNext
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
clearHardReference, get, getData, hasHardReference, next, setData, setNext
public 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 InterfaceEntryLong
stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.