public class TimeSeriesEntry<V> extends Object
| Constructor and Description |
|---|
TimeSeriesEntry(long timestamp,
V value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
long |
getTimestamp() |
V |
getValue() |
int |
hashCode() |
String |
toString() |
public TimeSeriesEntry(long timestamp,
V value)
Copyright © 2014–2020 Redisson. All rights reserved.