core.dflic
Class DFLIC.ElementIterator

java.lang.Object
  extended bycore.dflic.DFLIC.ElementIterator
All Implemented Interfaces:
Vec2Iterator
Enclosing class:
DFLIC

private class DFLIC.ElementIterator
extends java.lang.Object
implements Vec2Iterator


Constructor Summary
DFLIC.ElementIterator()
           
 
Method Summary
 Vec2 next()
          Returns: null if there are no more points in the sequence, else a Vec2 whose value is the next point.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DFLIC.ElementIterator

public DFLIC.ElementIterator()
Method Detail

next

public Vec2 next()
Description copied from interface: Vec2Iterator
Returns: null if there are no more points in the sequence, else a Vec2 whose value is the next point. The returned Vec2 may be modified by the caller. The same Vec2 may be written to again on the subsequent call to next().

Specified by:
next in interface Vec2Iterator