protected class KDTree.Neighborhood.NeighborhoodIterator
extends java.lang.Object
implements java.util.Iterator<PairType>
| Constructor and Description |
|---|
NeighborhoodIterator()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
PairType |
next() |
void |
remove() |
public boolean hasNext()
hasNext in interface java.util.Iterator<PairType extends Pair<? extends VectorType,DataType>>public PairType next()
next in interface java.util.Iterator<PairType extends Pair<? extends VectorType,DataType>>public void remove()
remove in interface java.util.Iterator<PairType extends Pair<? extends VectorType,DataType>>