byucc.jhdl.synth.graph
Class HashtableElementsIterator

java.lang.Object
  extended bybyucc.jhdl.synth.graph.VectorIterator
      extended bybyucc.jhdl.synth.graph.EnumerationIterator
          extended bybyucc.jhdl.synth.graph.HashtableElementsIterator
All Implemented Interfaces:
GenericIterator, IndexedIterator

public class HashtableElementsIterator
extends EnumerationIterator

An object to allow using the IndexedIterator methods on all elements in a Hashtable.

Author:
Carl Worth

Constructor Summary
HashtableElementsIterator(java.util.Hashtable h)
          Construct a new HashtableElementsIterator 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

HashtableElementsIterator

public HashtableElementsIterator(java.util.Hashtable h)
Construct a new HashtableElementsIterator from a Hashtable.

Parameters:
h - A Hashtable with elements to bbe iterated.


Copyright ? 2006 Brigham Young University, Configurable Computing Laboratory. All Rights Reserved.