private static class IntegerDBIDPair.Itr extends Object implements IntegerDBIDIter
Modifier and Type | Field and Description |
---|---|
(package private) int |
first
State
|
(package private) int |
pos
State
|
(package private) int |
second
State
|
Constructor and Description |
---|
Itr(int first,
int second)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
DBIDIter |
advance()
Moves the iterator forward to the next entry.
|
int |
internalGetIndex()
Return the integer value of the object ID.
|
boolean |
valid()
Returns true if the iterator currently points to a valid object.
|
public Itr(int first, int second)
first
- First IDsecond
- Second IDpublic boolean valid()
Iter
public DBIDIter advance()
Iter
public int internalGetIndex()
IntegerDBIDRef
internalGetIndex
in interface DBIDRef
internalGetIndex
in interface IntegerDBIDRef
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.