|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface MoleculeIterator
Molecule iterator.
| Method Summary | |
|---|---|
double |
estimateProgress()
Estimates the iteration progress. |
java.lang.Throwable |
getThrowable()
Gets the exception which stopped the iteration. |
boolean |
hasNext()
Tests whether the iteration has more elements. |
Molecule |
next()
Gets the next molecule. |
| Method Detail |
|---|
Molecule next()
null at end of file or in case
of an error
NoSuchElementException - iteration has no more elements.getThrowable()boolean hasNext()
true if the iterator has more elements.
false if there are no more elements or an error
occuredgetThrowable()java.lang.Throwable getThrowable()
hasNext() returns false.
null if it stopped normallyhasNext(),
next()double estimateProgress()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||