|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.w3c.util.LRUNode
public class LRUNode
Field Summary | |
---|---|
protected LRUAble |
next
|
protected LRUAble |
prev
|
Constructor Summary | |
---|---|
LRUNode()
|
|
LRUNode(LRUAble prev,
LRUAble next)
|
Method Summary | |
---|---|
LRUAble |
getNext()
|
LRUAble |
getPrev()
|
void |
setNext(LRUAble next)
|
void |
setPrev(LRUAble prev)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected LRUAble prev
protected LRUAble next
Constructor Detail |
---|
public LRUNode()
public LRUNode(LRUAble prev, LRUAble next)
Method Detail |
---|
public LRUAble getNext()
getNext
in interface LRUAble
public LRUAble getPrev()
getPrev
in interface LRUAble
public void setPrev(LRUAble prev)
setPrev
in interface LRUAble
public void setNext(LRUAble next)
setNext
in interface LRUAble
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |