|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectchemaxon.util.iterator.IteratorFactory.NeighbourIterator<MolAtom>
chemaxon.util.iterator.IteratorFactory.AtomNeighbourIterator
public class IteratorFactory.AtomNeighbourIterator
The AtomNeighbourIterator class provides an iterator to process
the atoms connecting to a specified atom according to the atom and bond related
behavior of this factory.
| Field Summary |
|---|
| Fields inherited from class chemaxon.util.iterator.IteratorFactory.NeighbourIterator |
|---|
atom, currentBond, secondaryBonds |
| Constructor Summary | |
|---|---|
IteratorFactory.AtomNeighbourIterator(MolAtom atom)
Constructs an iterator to process the atoms connecting to the specified atom according to the atom and bond related behavior of this factory. |
|
| Method Summary | |
|---|---|
MolAtom |
next()
Returns the next atom in the iteration. |
MolAtom |
nextAtom()
Deprecated. Use next() instead. |
| Methods inherited from class chemaxon.util.iterator.IteratorFactory.NeighbourIterator |
|---|
getBond, hasNext, nextBondIndex, remove |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IteratorFactory.AtomNeighbourIterator(MolAtom atom)
| Method Detail |
|---|
public MolAtom nextAtom()
next() instead.
public MolAtom next()
java.util.NoSuchElementException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||