wt.pom
Class CacheEnumerator
java.lang.Object
wt.pom.CacheEnumerator
- All Implemented Interfaces:
- Enumeration
- final class CacheEnumerator
- extends Object
- implements Enumeration
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
cache
RefreshCache cache
index
int index
count
int count
CacheEnumerator
CacheEnumerator(RefreshCache c)
hasMoreElements
public boolean hasMoreElements()
- Specified by:
hasMoreElements
in interface Enumeration
nextElement
public Object nextElement()
- Specified by:
nextElement
in interface Enumeration