public class DefaultPointIndexIterator extends java.lang.Object implements PointIndexIterator
Modifier and Type | Field and Description |
---|---|
protected int |
counter |
protected Element |
elem |
Constructor and Description |
---|
DefaultPointIndexIterator(Element e)
create a new PointIndexIterator for the given Element
|
protected int counter
protected Element elem
public DefaultPointIndexIterator(Element e)
public boolean hasNext()
hasNext
in interface PointIndexIterator
public int next()
next
in interface PointIndexIterator
public void reset()
PointIndexIterator
reset
in interface PointIndexIterator
Submit a bug : syd@jpicedt.org