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 int
bondCount
private Bond[]
bonds
private boolean
bondSelectionModeOr
private int
bondType
private BS
bsSelected
private int
iBond
-
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 boolean
hasNext()
Bond
next()
int
nextIndex()
-
-
-
Method Detail
-
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interfaceBondIterator
-
nextIndex
public int nextIndex()
- Specified by:
nextIndex
in interfaceBondIterator
-
next
public Bond next()
- Specified by:
next
in interfaceBondIterator
-
-