T - the type for data contained in cellspublic class DataSample<T>
extends java.lang.Object
| Constructor and Description |
|---|
DataSample(java.time.ZonedDateTime timeStamp)
Initializes a new instance of the
DataSample class. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,T> |
getCells()
Returns a map of cells for the sample
|
java.time.ZonedDateTime |
getTimeStamp()
Returns the time stamp for the sample.
|
public DataSample(java.time.ZonedDateTime timeStamp)
DataSample class.timeStamp - the time stamp for the sample.public java.time.ZonedDateTime getTimeStamp()
public java.util.Map<java.lang.String,T> getCells()
Copyright © 2018 Frederic Thevenet. All rights reserved.