public interface FlatHashIterator extends HierarchyItem
HierarchyItem.depth()
method.Modifier and Type | Method and Description |
---|---|
boolean |
hasNext()
Returns
true if the iteration has more elements. |
long |
next()
Returns the next element in the iteration.
|
depth
boolean hasNext()
true
if the iteration has more elements. (In other words, returns true
if next()
would return an element rather than throwing an exception.)true
if the iteration has more elementslong next()
Copyright © 2018 F.-X. Pineau, CDS, Observatoire Astronomique de Strasbourg, Universite de Strasbourg, CNRS. All Rights Reserved.