net.sf.jso.cache
Class CacheQueue
java.lang.Object
net.sf.jso.cache.CacheQueue
- public class CacheQueue
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CacheQueue
public CacheQueue()
size
public int size()
clear
public void clear()
getTop
public QueueEntry getTop()
addTop
public void addTop(QueueEntry entry)
addAbove
public void addAbove(QueueEntry newEntry,
QueueEntry entry)
addBelow
public void addBelow(QueueEntry newEntry,
QueueEntry entry)
getBottom
public QueueEntry getBottom()
addBottom
public void addBottom(QueueEntry entry)
remove
public QueueEntry remove(QueueEntry entry)
removeTop
public QueueEntry removeTop()
removeBottom
public QueueEntry removeBottom()
moveUp
public void moveUp(QueueEntry entry)
moveDown
public void moveDown(QueueEntry entry)