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