|
|||||||||||
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
byucc.jhdl.synth.graph.HashtableKeysIterator
An object to allow using the IndexedIterator methods on all keys in a Hashtable.
Constructor Summary | |
HashtableKeysIterator(java.util.Hashtable h)
Construct a new HashtableKeysIterator from a Hashtable. |
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 HashtableKeysIterator(java.util.Hashtable h)
h
- A Hashtable with keys to be iterated.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |