net.sf.swan.util
Class LRUCache.CacheEntry

java.lang.Object
  |
  +--net.sf.swan.util.LRUCache.CacheEntry
Enclosing class:
LRUCache

protected final class LRUCache.CacheEntry
extends java.lang.Object


Method Summary
 java.lang.Object get()
           
 void moveToEnd()
           
 LRUCache.CacheEntry next()
           
 LRUCache.CacheEntry previous()
           
 LRUCache.CacheEntry release()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

get

public java.lang.Object get()

next

public LRUCache.CacheEntry next()

previous

public LRUCache.CacheEntry previous()

moveToEnd

public void moveToEnd()

release

public LRUCache.CacheEntry release()