public class RowWalker<T> extends Object
RowBasedStorageAdapter and RowBasedCursor to walk through rows. It allows multiple
RowBasedCursor to share the same underlying Iterable.| Modifier and Type | Method and Description |
|---|---|
void |
advance() |
T |
currentRow() |
boolean |
isDone() |
void |
reset() |
void |
skipToDateTime(org.joda.time.DateTime timestamp,
boolean descending) |
public boolean isDone()
public T currentRow()
public void advance()
public void reset()
public void skipToDateTime(org.joda.time.DateTime timestamp,
boolean descending)
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.