public class CommonEntry
extends java.lang.ref.WeakReference
| Modifier | Constructor and Description |
|---|---|
protected |
CommonEntry(java.lang.Object referent)
creates a new Cache Entry
|
| Modifier and Type | Method and Description |
|---|---|
static CommonEntry |
create(java.lang.Object referent,
CommonEntry nextEntry)
Create a new entry
|
CommonEntry |
next()
get the next entry ( always null)
|
void |
setNext(CommonEntry nextEntry)
Set the next entry ( must be null)
|
protected CommonEntry(java.lang.Object referent)
referent - the objectpublic static CommonEntry create(java.lang.Object referent, CommonEntry nextEntry)
referent - the base objectnextEntry - the next entrypublic void setNext(CommonEntry nextEntry)
nextEntry - the next entrypublic CommonEntry next()
stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.