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
|
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>