|
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 AtomicSymbolCollection. The code fragment below illustrates
a typical use:
AtomicSymbolCollection symbols = ...
AtomicSymbolIterator it = symbols.iterateAtomicSymbols();
while (it.hasNext())
{
AtomicSymbol symbol = it.nextAtomicSymbol();
}
| Method Summary | |
boolean |
hasNext()
Returns true if the iterator has another AtomicSymbol. |
AtomicSymbol |
nextAtom()
Returns the next AtomicSymbol. |
| Method Detail |
public boolean hasNext()
true if the iterator has another AtomicSymbol.
public AtomicSymbol nextAtom()
AtomicSymbol.
NoSuchElementException - if this iterator has no more elements
|
The Octet Molecular Representation Framework v0.8.2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||