public class Heap.UnorderedIter extends java.lang.Object implements Iter
Modifier and Type | Field and Description |
---|---|
(package private) int |
pos
Current iterator position.
|
Modifier | Constructor and Description |
---|---|
protected |
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 © 2019 ELKI Development Team. License information.