public class Result<T> extends Object implements Comparable<Result<T>>
Modifier and Type | Field and Description |
---|---|
static String |
MISSING_SEGMENTS_KEY |
Constructor and Description |
---|
Result(org.joda.time.DateTime timestamp,
T value) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(Result<T> tResult) |
boolean |
equals(Object o) |
org.joda.time.DateTime |
getTimestamp() |
T |
getValue() |
int |
hashCode() |
String |
toString() |
public static String MISSING_SEGMENTS_KEY
public Result(org.joda.time.DateTime timestamp, T value)
Copyright © 2011–2017. All rights reserved.