net.ogdf.lib
Class DPointListConstIterator
java.lang.Object
net.ogdf.lib.DPointListConstIterator
- All Implemented Interfaces:
- Iterator<DPoint>
public class DPointListConstIterator
- extends Object
- implements Iterator<DPoint>
- Rating

swigCMemOwn
protected boolean swigCMemOwn
DPointListConstIterator
protected DPointListConstIterator(long cPtr,
boolean cMemoryOwn)
DPointListConstIterator
public DPointListConstIterator()
getCPtr
protected static long getCPtr(DPointListConstIterator obj)
finalize
protected void finalize()
- Overrides:
finalize
in class Object
delete
public void delete()
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interface Iterator<DPoint>
next
public DPoint next()
- Specified by:
next
in interface Iterator<DPoint>
remove
public void remove()
- Specified by:
remove
in interface Iterator<DPoint>