public class SourceData extends Object implements Data
Data from DataSource.| Constructor and Description |
|---|
SourceData(Timestamp timestamp,
VType value) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Data d) |
boolean |
equals(Object obj) |
Timestamp |
getTimestamp() |
VType |
getValue() |
int |
hashCode() |
String |
toString() |
public Timestamp getTimestamp()
getTimestamp in interface Datapublic int compareTo(Data d)
compareTo in interface Comparable<Data>Copyright © 2015. All rights reserved.