Modifier and Type | Field and Description |
---|---|
(package private) int |
pos
Current iterator position.
|
Modifier | Constructor and Description |
---|---|
protected |
Heap.UnorderedIter()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
Heap.UnorderedIter |
advance()
Moves the iterator forward to the next entry.
|
E |
get()
Get the current queue element.
|
boolean |
valid()
Returns true if the iterator currently points to a valid object.
|
public boolean valid()
Iter
public Heap.UnorderedIter advance()
Iter
public E get()
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.