LocalDataSet

public final class LocalDataSet extends Object

Represents a fixed set of LocalDataPoints in a LocalDataType's stream. A data set represents data at fixed time boundaries and is the result of read requests.

Public Method Summary

boolean
equals(Object other)
List<LocalDataPoint>
getDataPoints()
Returns the list of data points represented by this data set.
LocalDataType
getDataType()
Returns the data type this data set represents.
int
boolean
isEmpty()
Returns whether this data set contains no data points.
String

Inherited Method Summary

Public Methods

public boolean equals (Object other)

public List<LocalDataPoint> getDataPoints ()

Returns the list of data points represented by this data set. The data points will preserve the same order in which they were inserted.

public LocalDataType getDataType ()

Returns the data type this data set represents. All of the data points in the data set are of this data type.

public int hashCode ()

public boolean isEmpty ()

Returns whether this data set contains no data points.

public String toString ()