public class PointIterator extends Object implements Iterator<Point>
PointIterator(Iterator<Row> iterator, TimestreamIdentifier meta)
boolean
hasNext()
Point
next()
void
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public PointIterator(Iterator<Row> iterator, TimestreamIdentifier meta)
public boolean hasNext()
hasNext
Iterator<Point>
public Point next()
next
public void remove()
remove
Copyright © 2019. All Rights Reserved.