
| Modifier and Type | Field and Description | 
|---|---|
| private DBIDArrayIter | iterArray iterator, for referencing. | 
| private int | posCurrent position. | 
| Modifier | Constructor and Description | 
|---|---|
| protected  | MaskedDBIDs.DBIDItr()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