private class HashMapHierarchy.ItrAnc extends java.lang.Object implements It<O>
Modifier and Type | Field and Description |
---|---|
(package private) O |
extra
Additional object to return as first result.
|
(package private) It<O> |
parentiter
Iterator over children
|
(package private) It<O> |
subiter
Iterator of current child
|
Constructor and Description |
---|
ItrAnc(O start)
Constructor for descendants-only.
|
ItrAnc(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
ItrAnc(O start)
start
- Starting element.Copyright © 2019 ELKI Development Team. License information.