org.jmol.modelset
class BondIteratorSelected extends Object implements BondIterator
Modifier and Type | Field and Description |
---|---|
private int |
bondCount |
private Bond[] |
bonds |
private boolean |
bondSelectionModeOr |
private int |
bondType |
private BitSet |
bsSelected |
private int |
iBond |
private boolean |
isBondBitSet |
Constructor and Description |
---|
BondIteratorSelected(Bond[] bonds,
int bondCount,
BitSet bsSelected) |
BondIteratorSelected(Bond[] bonds,
int bondCount,
int bondType,
BitSet bsSelected,
boolean bondSelectionModeOr) |
private Bond[] bonds
private int bondCount
private int bondType
private int iBond
private BitSet bsSelected
private boolean bondSelectionModeOr
private boolean isBondBitSet
BondIteratorSelected(Bond[] bonds, int bondCount, int bondType, BitSet bsSelected, boolean bondSelectionModeOr)
public boolean hasNext()
hasNext
in interface BondIterator
public int nextIndex()
nextIndex
in interface BondIterator
public Bond next()
next
in interface BondIterator