public class KeypointListArrayIterator extends Object implements Iterator<FeatureFileFeature>
Modifier and Type | Field and Description |
---|---|
protected Iterator<? extends Keypoint> |
kpli |
Constructor and Description |
---|
KeypointListArrayIterator(LocalFeatureList<? extends Keypoint> kpl)
Construct with list of keypoints
|
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
FeatureFileFeature |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public KeypointListArrayIterator(LocalFeatureList<? extends Keypoint> kpl)
kpl
- public boolean hasNext()
hasNext
in interface Iterator<FeatureFileFeature>
public FeatureFileFeature next()
next
in interface Iterator<FeatureFileFeature>
public void remove()
remove
in interface Iterator<FeatureFileFeature>