JOELib
Computational Chemistry Package

joelib.util.iterator
Class GenericDataIterator

java.lang.Object
  extended byjoelib.util.iterator.GenericDataIterator
All Implemented Interfaces:
Iterator

public class GenericDataIterator
extends Object
implements Iterator

Iterator over generic data elements.

Author:
Jörg Kurt Wegner (wegnerj at informatik.uni-tuebingen.de) at the Department of Cognitive Systems
CVS Version:
Revision: 1.9Date: 2004/07/25 20:43:29source code (CVS head)
License:
Licensed under the terms of the GNU General Public License (GPL).

Constructor Summary
GenericDataIterator(Vector v, Hashtable h)
          Constructor for the GenericDataIterator object
 
Method Summary
 boolean hasNext()
          Description of the Method
 Object next()
          Description of the Method
 JOEGenericData nextGenericData()
          Description of the Method
 void remove()
          Description of the Method
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenericDataIterator

public GenericDataIterator(Vector v,
                           Hashtable h)
Constructor for the GenericDataIterator object

Parameters:
v - Description of the Parameter
h - Description of the Parameter
Method Detail

hasNext

public boolean hasNext()
Description of the Method

Specified by:
hasNext in interface Iterator
Returns:
Description of the Return Value

next

public Object next()
Description of the Method

Specified by:
next in interface Iterator
Returns:
Description of the Return Value

nextGenericData

public JOEGenericData nextGenericData()
Description of the Method

Returns:
Description of the Return Value

remove

public void remove()
Description of the Method

Specified by:
remove in interface Iterator

JOELib
Computational Chemistry Package

Comments and Questions? mail to J.K.Wegner