|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.gjt.universe.OrderQueueSet.OrderQueueSetEnumeration
Field Summary | |
private int |
current
Integer index of hashtable. |
Constructor Summary | |
private |
OrderQueueSet.OrderQueueSetEnumeration()
|
Method Summary | |
boolean |
hasMoreElements()
Returns true if there are more hashtables to iterate through. |
java.lang.Object |
nextElement()
Returns the next hashtable in the iteration. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private int current
Constructor Detail |
private OrderQueueSet.OrderQueueSetEnumeration()
Method Detail |
public boolean hasMoreElements()
hasMoreElements
in interface java.util.Enumeration
public java.lang.Object nextElement()
nextElement
in interface java.util.Enumeration
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |