|
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 NucleusCollection. The code fragment below illustrates
a typical use:
NucleusCollection nuclei = ...
NucleusIterator it = nuclei.iterateNuclei();
while (it.hasNext())
{
Nucleus nucleus = it.nextNucleus();
}
| Method Summary | |
boolean |
hasNext()
Returns true if the iterator has another Nucleus. |
Nucleus |
nextNucleus()
Returns the next Nucleus. |
| Method Detail |
public boolean hasNext()
true if the iterator has another Nucleus.
public Nucleus nextNucleus()
Nucleus.
NoSuchNucleusException - 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 | |||||||||