|
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 ElectronCollection. The code fragment below illustrates
a typical use:
ElectronCollection electrons = ...
ElectronIterator it = electrons.iterateElectrons();
while (it.hasNext())
{
Electron electron = it.nextElectron();
}
| Method Summary | |
boolean |
hasNext()
Returns true if the iterator has another Electron. |
Electron |
nextElectron()
Returns the next Electron. |
| Method Detail |
public boolean hasNext()
true if the iterator has another Electron.
public Electron nextElectron()
Electron.
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 | |||||||||