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()  | 
<U> Result<U> | 
map(Function<? super T,? extends U> mapper)  | 
String | 
toString()  | 
public static String MISSING_SEGMENTS_KEY
public Result(org.joda.time.DateTime timestamp,
              T value)
Copyright © 2011–2018. All rights reserved.