|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbyucc.jhdl.synth.graph.VectorIterator
byucc.jhdl.synth.graph.EnumerationIterator
An object to allow the IndexedIterator methods to be used on an Enumeration. When a new EnumerationIterator is constructed all elements of the enumeration will be consumed and copied into a local data structure which can be iterated. (For this reason, the Enumeration passed in should be of finite size so that the constructor does no go into an infinite loop.)
Constructor Summary | |
EnumerationIterator(java.util.Enumeration e)
Construct a new EnumerationIterator from an Enumeration. |
Methods inherited from class byucc.jhdl.synth.graph.VectorIterator |
deleteElt, deleteEltAt, first, getElt, getEltAt, isValid, last, moveTo, moveTo, next, prev, size, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public EnumerationIterator(java.util.Enumeration e)
e
- An Enumeration that will be copied into a local
structure that will allow iteration.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |