Modifier and Type | Class and Description |
---|---|
class |
Pool.Entry.Instance
Exists for the garbage collection related callbacks
|
Modifier and Type | Method and Description |
---|---|
T |
get() |
long |
getUsed() |
void |
harden() |
boolean |
hasHardReference()
Largely for testing purposes
|
void |
markLastUsed() |
java.lang.String |
toString() |
public T get()
public void harden()
public void markLastUsed()
public long getUsed()
public boolean hasHardReference()
public java.lang.String toString()
toString
in class java.lang.Object