private class HashMapHierarchy.ItrDesc extends java.lang.Object implements It<O>
Modifier and Type | Field and Description |
---|---|
(package private) It<O> |
childiter
Iterator over children
|
(package private) O |
extra
Additional object to return as first result.
|
(package private) It<O> |
subiter
Iterator of current child
|
Constructor and Description |
---|
ItrDesc(O start)
Constructor for descendants-only.
|
ItrDesc(O start,
O extra)
Constructor with additional element.
|
Modifier and Type | Method and Description |
---|---|
It<O> |
advance()
Moves the iterator forward to the next entry.
|
O |
get()
Access the current object.
|
boolean |
valid()
Returns true if the iterator currently points to a valid object.
|
O extra
ItrDesc(O start)
start
- Starting element.Copyright © 2019 ELKI Development Team. License information.