aspoev.manager
Class QueryEnumeration
java.lang.Object
aspoev.manager.QueryEnumeration
- public class QueryEnumeration
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
enumerationIndex
protected int enumerationIndex
enumerations
protected java.util.LinkedList enumerations
currentEnumeration
protected java.util.Enumeration currentEnumeration
nextObject
protected java.lang.Object nextObject
QueryEnumeration
public QueryEnumeration(java.util.Enumeration enum)
addQueryResult
public void addQueryResult(java.util.Enumeration enum)
getNextQueriedObject
protected java.lang.Object getNextQueriedObject()
hasNext
public boolean hasNext()
next
public java.lang.Object next()
toCollection
public java.util.Collection toCollection()
- Converts this QueryEnumeration to a Java Collection.