net.ogdf.lib
Class DPointListConstIterator

java.lang.Object
  extended by net.ogdf.lib.DPointListConstIterator
All Implemented Interfaces:
Iterator<DPoint>

public class DPointListConstIterator
extends Object
implements Iterator<DPoint>

Rating red

Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
  DPointListConstIterator()
           
protected DPointListConstIterator(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
protected  void finalize()
           
protected static long getCPtr(DPointListConstIterator obj)
           
 boolean hasNext()
           
 DPoint next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

swigCMemOwn

protected boolean swigCMemOwn
Constructor Detail

DPointListConstIterator

protected DPointListConstIterator(long cPtr,
                                  boolean cMemoryOwn)

DPointListConstIterator

public DPointListConstIterator()
Method Detail

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>