public class DataEntry extends Object implements Comparable<DataEntry>
Constructor and Description |
---|
DataEntry(long timestamp,
Double value) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(DataEntry o) |
boolean |
equals(Object obj) |
long |
getTimestamp() |
Double |
getValue() |
int |
hashCode() |
String |
toString() |
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.