|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use QueueEntry | |
net.sf.jso.cache |
Uses of QueueEntry in net.sf.jso.cache |
Methods in net.sf.jso.cache that return QueueEntry | |
QueueEntry |
CacheQueue.getTop()
|
QueueEntry |
CacheQueue.getBottom()
|
QueueEntry |
CacheQueue.remove(QueueEntry entry)
|
QueueEntry |
CacheQueue.removeTop()
|
QueueEntry |
CacheQueue.removeBottom()
|
Methods in net.sf.jso.cache with parameters of type QueueEntry | |
void |
CacheQueue.addTop(QueueEntry entry)
|
void |
CacheQueue.addAbove(QueueEntry newEntry,
QueueEntry entry)
|
void |
CacheQueue.addBelow(QueueEntry newEntry,
QueueEntry entry)
|
void |
CacheQueue.addBottom(QueueEntry entry)
|
QueueEntry |
CacheQueue.remove(QueueEntry entry)
|
void |
CacheQueue.moveUp(QueueEntry entry)
|
void |
CacheQueue.moveDown(QueueEntry entry)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |