public interface InterfaceEntry
| Modifier and Type | Method and Description |
|---|---|
void |
clearHardReference()
clear hard reference
|
java.lang.Object |
get() |
int |
getData()
The last time this entry was fetched
|
boolean |
hasHardReference()
has this entry got a hard reference.
|
InterfaceEntry |
next() |
void |
setData(int value) |
void |
setNext(InterfaceEntry next)
set the next entry
|
@CheckReturnValue @Nullable InterfaceEntry next()
void setData(int value)
value - the valuevoid setNext(@Nullable
InterfaceEntry next)
next - the entry@CheckReturnValue @Nullable java.lang.Object get()
@CheckReturnValue int getData()
void clearHardReference()
boolean hasHardReference()
stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.