
| Modifier and Type | Field and Description |
|---|---|
private DBIDArrayIter |
iter
Array iterator, for referencing.
|
private int |
pos
Next position.
|
| Modifier | Constructor and Description |
|---|---|
protected |
MaskedDBIDs.InvDBIDItr()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
advance()
Moves the iterator forward to the next entry.
|
int |
internalGetIndex()
Get the internal index.
|
boolean |
valid()
Returns true if the iterator currently points to a valid object.
|
private int pos
private DBIDArrayIter iter
public boolean valid()
Iterpublic void advance()
Iterpublic int internalGetIndex()
DBIDRefinternalGetIndex in interface DBIDRef