Package org.tinspin.index
Interface Index.PointIterator<T>
-
- All Superinterfaces:
Index.QueryIterator<Index.PointEntry<T>>,Iterator<Index.PointEntry<T>>
- All Known Implementing Classes:
KDIterator,PointIteratorWrapper,QIterator0,QIterator0,QIterator1,QIterator1,QIterator2,QIterator2,QuadTreeKD0.QIterator
- Enclosing interface:
- Index
public static interface Index.PointIterator<T> extends Index.QueryIterator<Index.PointEntry<T>>
-
-
Method Summary
-
Methods inherited from interface org.tinspin.index.Index.QueryIterator
reset
-
Methods inherited from interface java.util.Iterator
forEachRemaining, hasNext, next, remove
-
-