Package org.jmol.modelset
Class BondIteratorSelected
- java.lang.Object
-
- org.jmol.modelset.BondIteratorSelected
-
- All Implemented Interfaces:
BondIterator
class BondIteratorSelected extends java.lang.Object implements BondIterator
-
-
Field Summary
Fields Modifier and Type Field Description private intbondCountprivate Bond[]bondsprivate booleanbondSelectionModeOrprivate intbondTypeprivate BSbsSelectedprivate intiBond
-
Constructor Summary
Constructors Constructor Description BondIteratorSelected(Bond[] bonds, int bondCount, int bondType, BS bsSelected, boolean bondSelectionModeOr)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasNext()Bondnext()intnextIndex()
-
-
-
Method Detail
-
hasNext
public boolean hasNext()
- Specified by:
hasNextin interfaceBondIterator
-
nextIndex
public int nextIndex()
- Specified by:
nextIndexin interfaceBondIterator
-
next
public Bond next()
- Specified by:
nextin interfaceBondIterator
-
-