public class DataPoint<T> extends Object
| Modifier and Type | Field and Description |
|---|---|
protected long |
timestamp |
static Comparator<DataPoint<?>> |
TIMESTAMP_COMPARATOR |
protected T |
value |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
long |
getTimestamp() |
T |
getValue() |
int |
hashCode() |
String |
toString() |
public static final Comparator<DataPoint<?>> TIMESTAMP_COMPARATOR
protected final long timestamp
protected final T value
Copyright © 2014–2016 Red Hat, Inc.. All rights reserved.