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
|
create
protected CommonEntryLinked(java.lang.Object referent, CommonEntry nextEntry)
referent
- the objectnextEntry
- the next elementpublic CommonEntry next()
next
in class CommonEntry
public void setNext(CommonEntry nextEntry)
setNext
in class CommonEntry
nextEntry
- the next entrystSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.