Package org.tinspin.index
Interface Index.BoxIterator<T>
-
- All Superinterfaces:
Index.QueryIterator<Index.BoxEntry<T>>,Iterator<Index.BoxEntry<T>>
- All Known Implementing Classes:
BoxIteratorWrapper,QRIterator,QuadTreeRKD0.QRIterator,RTreeIterator
- Enclosing interface:
- Index
public static interface Index.BoxIterator<T> extends Index.QueryIterator<Index.BoxEntry<T>>
-
-
Method Summary
-
Methods inherited from interface org.tinspin.index.Index.QueryIterator
reset
-
Methods inherited from interface java.util.Iterator
forEachRemaining, hasNext, next, remove
-
-