Package com.uppaal.model.core2
Class LogIterator
- java.lang.Object
-
- com.uppaal.model.core2.LogIterator
-
- All Implemented Interfaces:
Iterator<Point2D.Double>
public class LogIterator extends Object implements Iterator<Point2D.Double>
Log10 wrapper for Point2D iterator- Author:
- marius
-
-
Constructor Summary
Constructors Constructor Description LogIterator(Iterator<Point2D.Double> it, boolean logx, boolean logy)
-
Method Summary
Modifier and Type Method Description booleanhasNext()Point2D.Doublenext()voidremove()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Iterator
forEachRemaining
-
-
-
-
Constructor Detail
-
LogIterator
public LogIterator(Iterator<Point2D.Double> it, boolean logx, boolean logy)
-
-
Method Detail
-
hasNext
public boolean hasNext()
- Specified by:
hasNextin interfaceIterator<Point2D.Double>
-
next
public Point2D.Double next()
- Specified by:
nextin interfaceIterator<Point2D.Double>
-
remove
public void remove()
- Specified by:
removein interfaceIterator<Point2D.Double>
-
-