JOELib
Computational Chemistry Package

joelib.util.iterator
Class ResidueIterator

java.lang.Object
  extended byjoelib.util.iterator.VectorIterator
      extended byjoelib.util.iterator.ResidueIterator
All Implemented Interfaces:
Cloneable, Iterator

public class ResidueIterator
extends VectorIterator

Gets an iterator over all residue informations.

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

Constructor Summary
ResidueIterator(Vector v)
           
 
Method Summary
 JOEResidue nextResidue()
           
 
Methods inherited from class joelib.util.iterator.VectorIterator
actual, actualIndex, clone, hasNext, insert, next, remove, reset, setActualIndex
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResidueIterator

public ResidueIterator(Vector v)
Method Detail

nextResidue

public JOEResidue nextResidue()

JOELib
Computational Chemistry Package

Comments and Questions? mail to J.K.Wegner