|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectchemaxon.util.iterator.IteratorFactory.RgComponentIterator
public class IteratorFactory.RgComponentIterator
The RgComponentIterator class provides an iterator to process
the rgroup definition components in the specified molecule of
the factory.
| Constructor Summary | |
|---|---|
IteratorFactory.RgComponentIterator()
Constructs an iterator to process the rgroup definition components, if the specified molecule in the factory is an RgMolecule, the iterator is empty otherwise. |
|
| Method Summary | |
|---|---|
boolean |
hasNext()
Decides whether the iteration has more element. |
Molecule |
next()
Returns the next component in the iteration. |
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.RgComponentIterator()
| Method Detail |
|---|
public boolean hasNext()
hasNext in interface java.util.Iterator<Molecule>public Molecule nextComponent()
next() instead.
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 | ||||||||