public class LogIterator extends Object implements Iterator<Point2D.Double>
| Constructor and Description |
|---|
LogIterator(Iterator<Point2D.Double> it,
boolean logx,
boolean logy) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
Point2D.Double |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic LogIterator(Iterator<Point2D.Double> it, boolean logx, boolean logy)
public boolean hasNext()
hasNext in interface Iterator<Point2D.Double>public Point2D.Double next()
next in interface Iterator<Point2D.Double>public void remove()
remove in interface Iterator<Point2D.Double>Copyright © 2014 Uppsala University and Aalborg University. All Rights Reserved.