BondIteratorclass BondIteratorSelected extends java.lang.Object implements BondIterator
| Modifier and Type | Field | Description |
|---|---|---|
private int |
bondCount |
|
private Bond[] |
bonds |
|
private boolean |
bondSelectionModeOr |
|
private int |
bondType |
|
private BS |
bsSelected |
|
private int |
iBond |
| Constructor | Description |
|---|---|
BondIteratorSelected(Bond[] bonds,
int bondCount,
int bondType,
BS bsSelected,
boolean bondSelectionModeOr) |
| Modifier and Type | Method | 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 BondIteratorpublic int nextIndex()
nextIndex in interface BondIteratorpublic Bond next()
next in interface BondIterator