Package org.yamcs.yarch
Interface HistogramIterator
- All Superinterfaces:
AutoCloseable
,Iterator<HistogramRecord>
- All Known Implementing Classes:
RdbHistogramIterator
Iterator over histogram records
The iterator offers a partial ordering - for one column the records are sorted by time
-
Method Summary
Methods inherited from interface java.util.Iterator
forEachRemaining, hasNext, next, remove
-
Method Details
-
seek
void seek(byte[] columnValue, long time) -
close
void close()Close the iterator- Specified by:
close
in interfaceAutoCloseable
-