public class VectorProcessor.Iterator extends java.lang.Object implements java.util.Iterator<VectorProcessor.Neighborhood3x3>
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
VectorProcessor.Neighborhood3x3 |
next() |
void |
remove()
Not supported.
|
public boolean hasNext()
hasNext
in interface java.util.Iterator<VectorProcessor.Neighborhood3x3>
public VectorProcessor.Neighborhood3x3 next()
next
in interface java.util.Iterator<VectorProcessor.Neighborhood3x3>
public void remove()
remove
in interface java.util.Iterator<VectorProcessor.Neighborhood3x3>