private class HashMapHierarchy.Rec.ItrParentsReverse extends java.lang.Object implements It<O>
Modifier and Type | Field and Description |
---|---|
(package private) int |
pos |
Modifier | Constructor and Description |
---|---|
private |
ItrParentsReverse() |
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.
|
Copyright © 2019 ELKI Development Team. License information.