Package org.jdrupes.vmoperator.vmmgmt
Class TimeSeries.Entry
java.lang.Object
org.jdrupes.vmoperator.vmmgmt.TimeSeries.Entry
- Enclosing class:
TimeSeries
The Class Entry.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetTime()Returns the entry’s time.Number[]Returns the values.booleanvaluesEqual(TimeSeries.Entry other) Returnstrueif both entries have the same values.
-
Constructor Details
-
Entry
Instantiates a new entry.- Parameters:
time- the timenumbers- the numbers
-
-
Method Details
-
getTime
Returns the entry’s time.- Returns:
- the instant
-
getValues
Returns the values.- Returns:
- the number[]
-
valuesEqual
Returnstrueif both entries have the same values.- Parameters:
other- the other- Returns:
- true, if successful
-