Class PackedQuadPrefixTree.PrefixTreeIterator
java.lang.Object
org.apache.lucene.spatial.prefix.tree.CellIterator
org.apache.lucene.spatial.prefix.tree.PackedQuadPrefixTree.PrefixTreeIterator
- Enclosing class:
 PackedQuadPrefixTree
This is a streamlined version of TreeCellIterator, with built-in support to prune at
 detailLevel (but not recursively upwards).
- 
Method Summary
Methods inherited from class org.apache.lucene.spatial.prefix.tree.CellIterator
nextFrom, thisCellMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Iterator
forEachRemaining 
- 
Method Details
- 
hasNext
public boolean hasNext() - 
next
- Specified by:
 nextin interfaceIterator<Cell>- Overrides:
 nextin classCellIterator
 - 
remove
public void remove()Description copied from class:CellIteratorThis prevents sub-cells (those underneath the current cell) from being iterated to, if applicable, otherwise a NO-OP.- Specified by:
 removein interfaceIterator<Cell>- Overrides:
 removein classCellIterator
 
 -