Package org.jmol.modelset
Interface BondIterator
-
- All Known Implementing Classes:
BondIteratorSelected
public interface BondIterator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
hasNext()
Bond
next()
int
nextIndex()
-
-
-
Method Detail
-
hasNext
boolean hasNext()
-
nextIndex
int nextIndex()
-
next
Bond next()
-
-