public class NetricsArrayRecSrc extends java.lang.Object implements NetricsRecSrc
NetricsRecSrc
Constructor and Description |
---|
NetricsArrayRecSrc() |
Modifier and Type | Method and Description |
---|---|
void |
addRecord(NetricsRecord rec)
Use this method to add records to the NetricsRecSrc.
|
NetricsRecord |
getNext()
Returns the next record.
|
boolean |
hasNext()
Whether or not there are any further records.
|
void |
reset()
Restarts the sequence of records.
|
public boolean hasNext()
NetricsRecSrc
hasNext
in interface NetricsRecSrc
public NetricsRecord getNext()
NetricsRecSrc
getNext
in interface NetricsRecSrc
public void addRecord(NetricsRecord rec)
public void reset()
NetricsRecSrc
reset
in interface NetricsRecSrc