Public Member Functions | |
DataItem (long nTime, double nValue) | |
long | getTime () |
double | getValue () |
int | hashCode () |
boolean | equals (Object anObject) |
Package Attributes | |
long | time = 0 |
double | value = 0 |
|
Constructor, initializes the time and value variables.
|
|
compare with an object and see if they are equal. This is an overloaded version of Object.equals(), this member returns true if anObject is of class DataItem, and if all attributes are the same.
|
|
Regular getter for the time of the Item. |
|
Regular getter for the value of the Item. |
|
Method to get the information of the DataItem as a hash
|
|
|
|
|