public interface DoubleArrayTimeCache
| Modifier and Type | Interface and Description | 
|---|---|
static interface  | 
DoubleArrayTimeCache.Data  | 
| Modifier and Type | Method and Description | 
|---|---|
DoubleArrayTimeCache.Data | 
getData(Timestamp begin,
       Timestamp end)  | 
Display | 
getDisplay()  | 
List<DoubleArrayTimeCache.Data> | 
newData(Timestamp beginUpdate,
       Timestamp endUpdate,
       Timestamp beginNew,
       Timestamp endNew)
Each segment of the new data ends with an array of old data. 
 | 
DoubleArrayTimeCache.Data getData(Timestamp begin, Timestamp end)
List<DoubleArrayTimeCache.Data> newData(Timestamp beginUpdate, Timestamp endUpdate, Timestamp beginNew, Timestamp endNew)
Display getDisplay()
Copyright © 2015. All rights reserved.