Package org.jdrupes.vmoperator.vmmgmt
Class TimeSeries.Entry
java.lang.Object
org.jdrupes.vmoperator.vmmgmt.TimeSeries.Entry
- Enclosing class:
- TimeSeries
The Class Entry.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetTime()Returns the entry’s time.Number[]Returns the values.booleanvaluesEqual(TimeSeries.Entry other) Returnstrueif both entries have the same values.
- 
Constructor Details- 
EntryInstantiates a new entry.- Parameters:
- time- the time
- numbers- the numbers
 
 
- 
- 
Method Details- 
getTimeReturns the entry’s time.- Returns:
- the instant
 
- 
getValuesReturns the values.- Returns:
- the number[]
 
- 
valuesEqualReturnstrueif both entries have the same values.- Parameters:
- other- the other
- Returns:
- true, if successful
 
 
-