Package org.tinspin.index
Interface Index.PointIteratorKnn<T>
-
- All Superinterfaces:
Index.QueryIteratorKnn<Index.PointEntryKnn<T>>,Iterator<Index.PointEntryKnn<T>>
- All Known Implementing Classes:
CoverTreeQueryKnn,KDIteratorKnn,QIteratorKnn,QIteratorKnn,QIteratorKnn
- Enclosing interface:
- Index
public static interface Index.PointIteratorKnn<T> extends Index.QueryIteratorKnn<Index.PointEntryKnn<T>>
-
-
Method Summary
-
Methods inherited from interface org.tinspin.index.Index.QueryIteratorKnn
reset
-
Methods inherited from interface java.util.Iterator
forEachRemaining, hasNext, next, remove
-
-