public final class CommonEntryLinked extends CommonEntry
| Modifier | Constructor and Description |
|---|---|
protected |
CommonEntryLinked(java.lang.Object referent,
CommonEntry nextEntry)
creates a new Cache Entry
|
| Modifier and Type | Method and Description |
|---|---|
CommonEntry |
next()
get the next entry
|
void |
setNext(CommonEntry nextEntry)
Set the next entry
|
createprotected CommonEntryLinked(java.lang.Object referent,
CommonEntry nextEntry)
referent - the objectnextEntry - the next elementpublic CommonEntry next()
next in class CommonEntrypublic void setNext(CommonEntry nextEntry)
setNext in class CommonEntrynextEntry - the next entrystSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.