|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface AtomIterator
Interface for classes that loop over a set of atoms. Permits iteration via a hasNext()-next() while loop (iterator returns atoms to client) or via a call to allAtoms(AtomActive) (client gives action to iterator).
| Method Summary | |
|---|---|
IAtom |
nextAtom()
Returns the next atom in the iteration sequence, or null if hasNext() is false. |
| Methods inherited from interface etomica.atom.iterator.AtomLeafsetIterator |
|---|
next |
| Methods inherited from interface etomica.atom.iterator.AtomsetIterator |
|---|
nBody, reset, size, unset |
| Method Detail |
|---|
IAtom nextAtom()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||