|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectchemaxon.util.iterator.IteratorFactory.AtomIterator
public class IteratorFactory.AtomIterator
The AtomIterator class provides
an iterator for the atoms of the specified molecule of the factory
according to the atom related behavior set in the factory.
| Constructor Summary | |
|---|---|
IteratorFactory.AtomIterator()
Constructs an atom iterator for the specified molecule of the factory according to the atom related behavior set in the factory. |
|
| Method Summary | |
|---|---|
boolean |
hasNext()
Decides whether the iteration has more element. |
MolAtom |
next()
Returns the next atom in the iteration. |
MolAtom |
nextAtom()
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.AtomIterator()
| Method Detail |
|---|
public boolean hasNext()
hasNext in interface java.util.Iterator<MolAtom>public MolAtom nextAtom()
next() instead.
public MolAtom next()
next in interface java.util.Iterator<MolAtom>java.util.NoSuchElementExceptionpublic void remove()
remove in interface java.util.Iterator<MolAtom>java.lang.UnsupportedOperationExceptionIterator.remove()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||