protected class PackedQuadPrefixTree.PrefixTreeIterator extends CellIterator
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
Cell |
next() |
void |
remove()
This prevents sub-cells (those underneath the current cell) from being iterated to,
if applicable, otherwise a NO-OP.
|
nextFrom, thisCell
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public boolean hasNext()
public Cell next()
next
in interface Iterator<Cell>
next
in class CellIterator
public void remove()
CellIterator
remove
in interface Iterator<Cell>
remove
in class CellIterator
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.