starfish.chemistry
Class Molecule.SpatialSetIterator

java.lang.Object
  extended by starfish.chemistry.Molecule.SpatialSetIterator
All Implemented Interfaces:
java.util.Iterator
Enclosing class:
Molecule

public static class Molecule.SpatialSetIterator
extends java.lang.Object
implements java.util.Iterator


Constructor Summary
Molecule.SpatialSetIterator(Molecule molecule)
           
 
Method Summary
 boolean hasNext()
           
 SpatialSet next()
           
 boolean nextAtom()
           
 boolean nextCompound()
           
 boolean nextCoordSet()
           
 boolean nextEntity()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Molecule.SpatialSetIterator

public Molecule.SpatialSetIterator(Molecule molecule)
Method Detail

nextAtom

public boolean nextAtom()

nextCompound

public boolean nextCompound()

nextEntity

public boolean nextEntity()

nextCoordSet

public boolean nextCoordSet()

hasNext

public boolean hasNext()
Specified by:
hasNext in interface java.util.Iterator

next

public SpatialSet next()
Specified by:
next in interface java.util.Iterator

remove

public void remove()
Specified by:
remove in interface java.util.Iterator


Copyright © 2010 One Moon Scientific, Inc. All Rights Reserved.