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 javajs.util.BS |
bsSelected |
private int |
iBond |
Constructor and Description |
---|
BondIteratorSelected(Bond[] bonds,
int bondCount,
int bondType,
javajs.util.BS bsSelected,
boolean bondSelectionModeOr) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
Bond |
next() |
int |
nextIndex() |
private Bond[] bonds
private int bondCount
private int bondType
private int iBond
private javajs.util.BS bsSelected
private boolean bondSelectionModeOr
BondIteratorSelected(Bond[] bonds, int bondCount, int bondType, javajs.util.BS bsSelected, boolean bondSelectionModeOr)
public boolean hasNext()
hasNext
in interface BondIterator
public int nextIndex()
nextIndex
in interface BondIterator
public Bond next()
next
in interface BondIterator