public final class DataEntry extends java.lang.Object implements java.lang.Comparable<DataEntry>, java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
static <any> |
TIMESERIESARCHIV_SERIALIZER
Serializer of array with DataEntries for time series archive format.
|
int |
timestamp |
float |
value |
| Constructor and Description |
|---|
DataEntry(int timestamp,
float value) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(DataEntry o) |
boolean |
equals(DataEntry o) |
static boolean |
equals(DataEntry[] a,
DataEntry[] b) |
static boolean |
equals(DataEntry a,
DataEntry b) |
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
java.lang.String |
toString() |
public final int timestamp
public final float value
public static final <any> TIMESERIESARCHIV_SERIALIZER
public java.lang.String toString()
toString in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic boolean equals(DataEntry o)