jrunx.util
Class LRUCache.LRUEnumerator

java.lang.Object
  |
  +--jrunx.util.FastHashtable.HashEnumerator
        |
        +--jrunx.util.LRUCache.LRUEnumerator
All Implemented Interfaces:
java.util.Enumeration, java.io.Serializable
Enclosing class:
LRUCache

public class LRUCache.LRUEnumerator
extends FastHashtable.HashEnumerator

See Also:
Serialized Form

Fields inherited from class jrunx.util.FastHashtable.HashEnumerator
_isKeylist, _iter
 
Constructor Summary
LRUCache.LRUEnumerator(boolean keylist)
           
 
Method Summary
 java.lang.Object nextElement()
           
 
Methods inherited from class jrunx.util.FastHashtable.HashEnumerator
hasMoreElements
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LRUCache.LRUEnumerator

public LRUCache.LRUEnumerator(boolean keylist)
Method Detail

nextElement

public java.lang.Object nextElement()
Overrides:
nextElement in class FastHashtable.HashEnumerator


Copyright � 2002 Macromedia Corporation. All Rights Reserved.