wt.pom
Class CacheEnumerator

java.lang.Object
  extended bywt.pom.CacheEnumerator
All Implemented Interfaces:
Enumeration

final class CacheEnumerator
extends Object
implements Enumeration


Field Summary
(package private)  RefreshCache cache
           
(package private)  int count
           
(package private)  int index
           
 
Constructor Summary
(package private) CacheEnumerator(RefreshCache c)
           
 
Method Summary
 boolean hasMoreElements()
           
 Object nextElement()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cache

RefreshCache cache

index

int index

count

int count
Constructor Detail

CacheEnumerator

CacheEnumerator(RefreshCache c)
Method Detail

hasMoreElements

public boolean hasMoreElements()
Specified by:
hasMoreElements in interface Enumeration

nextElement

public Object nextElement()
Specified by:
nextElement in interface Enumeration