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