|
|||||||||
| 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()
Deprecated. Not used. next() throws NoSuchElementException in case of error. |
boolean |
hasNext()
Tests whether the iteration has more elements. |
Molecule |
next()
Gets the next molecule. |
| Methods inherited from interface java.util.Iterator |
|---|
remove |
| Method Detail |
|---|
Molecule next()
next in interface java.util.Iterator<Molecule>null at end of file
java.util.NoSuchElementException - if an error occurred, and the next element cannot be returnedboolean hasNext()
hasNext in interface java.util.Iterator<Molecule>true if the iterator has more elements,
false if there are no more elementsjava.lang.Throwable getThrowable()
next() throws NoSuchElementException in case of error.
hasNext() returns false.
null if it stopped normallydouble estimateProgress()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||