public interface NetricsRecSrc
NetricsTable
,
NetricsArrayRecSrc
,
NetricsCSVRecSrc
Modifier and Type | Method and Description |
---|---|
NetricsRecord |
getNext()
Returns the next record.
|
boolean |
hasNext()
Whether or not there are any further records.
|
void |
reset()
Restarts the sequence of records.
|
boolean hasNext() throws NetricsRecSrcException
NetricsRecSrcException
NetricsRecord getNext() throws NetricsRecSrcException
NetricsRecSrcException
void reset() throws NetricsRecSrcException
NetricsRecSrcException