|
The Octet Molecular Representation Framework v0.8.2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
An iterator for an AtomGraphCollection. The code fragment below illustrates
a typical use:
AtomGraphCollection graphs = ...
AtomGraphIterator it = graphs.iterateAtomGraphs();
while (it.hasNext())
{
AtomGraph graph = it.nextAtomGraph();
}
| Method Summary | |
boolean |
hasNext()
Returns true if another AtomGraph is available for
iteration. |
AtomGraph |
nextAtomGraph()
Returns the next AtomGraph. |
| Method Detail |
public boolean hasNext()
true if another AtomGraph is available for
iteration.
true if another AtomGraph will be iterated;
false otherwisepublic AtomGraph nextAtomGraph()
AtomGraph.
AtomGraph
NoSuchElementException - if this iterator has no more AtomGraphs
|
The Octet Molecular Representation Framework v0.8.2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||