|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectchemaxon.util.iterator.IteratorFactory.RxnComponentIterator
public class IteratorFactory.RxnComponentIterator
The RxnComponentIterator class provides an iterator to process
the components (reactant, product and agent components) in the reaction molecule of
the factory.
| Constructor Summary | |
|---|---|
IteratorFactory.RxnComponentIterator()
Constructs an iterator to process the components (reactant, product and agent components), if the specified molecule in the factory is an RxnMolecule, the iterator is empty otherwise. |
|
| Method Summary | |
|---|---|
boolean |
hasNext()
Decides whether the iteration has more element. |
Molecule |
next()
Returns the next component in the iterator. |
Molecule |
nextComponent()
Deprecated. Use next() instead. |
void |
remove()
The remove operation is not supported by this Iterator implementation. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IteratorFactory.RxnComponentIterator()
| Method Detail |
|---|
public Molecule nextComponent()
next() instead.
public boolean hasNext()
hasNext in interface java.util.Iterator<Molecule>public Molecule next()
next in interface java.util.Iterator<Molecule>java.util.NoSuchElementExceptionpublic void remove()
remove in interface java.util.Iterator<Molecule>java.lang.UnsupportedOperationExceptionIterator.remove()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||