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()
NetricsRecSrchasNext in interface NetricsRecSrcpublic NetricsRecord getNext()
NetricsRecSrcgetNext in interface NetricsRecSrcpublic void addRecord(NetricsRecord rec)
public void reset()
NetricsRecSrcreset in interface NetricsRecSrc