org.ojalgo.series.primitive
Class PrimitiveTimeSeries

java.lang.Object
  extended by org.ojalgo.series.primitive.PrimitiveSeries
      extended by org.ojalgo.series.primitive.PrimitiveTimeSeries
All Implemented Interfaces:
Access1D<Double>

public final class PrimitiveTimeSeries
extends PrimitiveSeries


Constructor Summary
PrimitiveTimeSeries(long[] someTimes, PrimitiveSeries aSeries)
           
 
Method Summary
 long key(int index)
           
 long[] keys()
           
 int size()
           
 double value(int index)
           
 
Methods inherited from class org.ojalgo.series.primitive.PrimitiveSeries
doubleValue, get, scaled, superimposed, toScalar, values
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrimitiveTimeSeries

public PrimitiveTimeSeries(long[] someTimes,
                           PrimitiveSeries aSeries)
Method Detail

key

public long key(int index)

keys

public final long[] keys()

size

public int size()
Returns:
The total number of elements contained in this structure

value

public double value(int index)
Specified by:
value in class PrimitiveSeries