org.ojalgo.series
Class DateSeries<N extends Number>

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by org.ojalgo.series.DateSeries<N>
All Implemented Interfaces:
Map<Date,N>, SortedMap<Date,N>, BasicSeries<Date,N>, BasicTimeSeries<Date,N>

Deprecated. v31

@Deprecated
public class DateSeries<N extends Number>
extends AbstractMap<K,V>

DateSeries

Author:
apete

Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Constructor Summary
DateSeries(CalendarDateUnit aResolution)
          Deprecated.  
 
Method Summary
 void clear()
          Deprecated.  
 DateSeries<N> colour(Color aPaint)
          Deprecated.  
 Comparator<? super K> comparator()
          Deprecated.  
 void complete()
          Deprecated.  
 boolean containsKey(Object aKey)
          Deprecated.  
 boolean containsValue(Object aValue)
          Deprecated.  
 Set<Map.Entry<K,V>> entrySet()
          Deprecated.  
 K firstKey()
          Deprecated.  
 V firstValue()
          Deprecated.  
 V get(Object aKey)
          Deprecated.  
 long getAverageStepSize()
          Deprecated.  
 Color getColour()
          Deprecated.  
 DataSeries getDataSeries()
          Deprecated.  
 String getName()
          Deprecated.  
 long[] getPrimitiveKeys()
          Deprecated.  
 ExplicitTimeSeries getPrimitiveTimeSeries()
          Deprecated.  
 double[] getPrimitiveValues()
          Deprecated.  
 CalendarDateUnit getResolution()
          Deprecated.  
 TimeInMillisSeries<V> getTimeInMillisSeries()
          Deprecated.  
 DateSeries<N> headMap(Date aToKey)
          Deprecated.  
 boolean isEmpty()
          Deprecated.  
 K lastKey()
          Deprecated.  
 V lastValue()
          Deprecated.  
 void modify(BasicSeries<K,V> aLeftArg, BinaryFunction<V> aFunc)
          Deprecated.  
 void modify(BinaryFunction<V> aFunc, BasicSeries<K,V> aRightArg)
          Deprecated.  
 void modify(BinaryFunction<V> aFunc, V aRightArg)
          Deprecated.  
 void modify(ParameterFunction<V> aFunc, int aParam)
          Deprecated.  
 void modify(UnaryFunction<V> aFunc)
          Deprecated.  
 void modify(V aLeftArg, BinaryFunction<V> aFunc)
          Deprecated.  
 DateSeries<N> name(String aName)
          Deprecated.  
 V put(K aKey, V aValue)
          Deprecated.  
 V remove(Object aKey)
          Deprecated.  
 DateSeries<N> resample(CalendarDateUnit aResolution)
          Deprecated.  
 DateSeries<N> resample(Date aFirstKey, Date aLastKey, CalendarDateUnit aResolution)
          Deprecated.  
 void setColour(Color aPaint)
          Deprecated.  
 void setName(String aName)
          Deprecated.  
 int size()
          Deprecated.  
 Date step(Date anExternalKey)
          Deprecated. Will increment the input key to the next expected "value".
 DateSeries<N> subMap(Date aFromKey, Date aToKey)
          Deprecated.  
 DateSeries<N> tailMap(Date aFromKey)
          Deprecated.  
 String toString()
          Deprecated.  
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, keySet, putAll, values
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.SortedMap
keySet, values
 
Methods inherited from interface java.util.Map
equals, hashCode, putAll
 

Constructor Detail

DateSeries

public DateSeries(CalendarDateUnit aResolution)
Deprecated. 
Method Detail

colour

public DateSeries<N> colour(Color aPaint)
Deprecated. 
Specified by:
colour in interface BasicSeries<Date,N extends Number>

headMap

public DateSeries<N> headMap(Date aToKey)
Deprecated. 

name

public DateSeries<N> name(String aName)
Deprecated. 
Specified by:
name in interface BasicSeries<Date,N extends Number>

resample

public DateSeries<N> resample(CalendarDateUnit aResolution)
Deprecated. 
Specified by:
resample in interface BasicTimeSeries<Date,N extends Number>

resample

public DateSeries<N> resample(Date aFirstKey,
                              Date aLastKey,
                              CalendarDateUnit aResolution)
Deprecated. 
Specified by:
resample in interface BasicTimeSeries<Date,N extends Number>

step

public Date step(Date anExternalKey)
Deprecated. 
Description copied from interface: BasicTimeSeries
Will increment the input key to the next expected "value".


subMap

public DateSeries<N> subMap(Date aFromKey,
                            Date aToKey)
Deprecated. 

tailMap

public DateSeries<N> tailMap(Date aFromKey)
Deprecated. 

clear

public final void clear()
Deprecated. 
Specified by:
clear in interface Map<K extends Comparable<K>,V extends Number>
Overrides:
clear in class AbstractMap<K extends Comparable<K>,V extends Number>

comparator

public final Comparator<? super K> comparator()
Deprecated. 
Specified by:
comparator in interface SortedMap<K extends Comparable<K>,V extends Number>

complete

public final void complete()
Deprecated. 
Specified by:
complete in interface BasicTimeSeries<K extends Comparable<K>,V extends Number>

containsKey

public final boolean containsKey(Object aKey)
Deprecated. 
Specified by:
containsKey in interface Map<K extends Comparable<K>,V extends Number>
Overrides:
containsKey in class AbstractMap<K extends Comparable<K>,V extends Number>

containsValue

public final boolean containsValue(Object aValue)
Deprecated. 
Specified by:
containsValue in interface Map<K extends Comparable<K>,V extends Number>
Overrides:
containsValue in class AbstractMap<K extends Comparable<K>,V extends Number>

entrySet

public final Set<Map.Entry<K,V>> entrySet()
Deprecated. 
Specified by:
entrySet in interface Map<K extends Comparable<K>,V extends Number>
Specified by:
entrySet in interface SortedMap<K extends Comparable<K>,V extends Number>
Specified by:
entrySet in class AbstractMap<K extends Comparable<K>,V extends Number>

firstKey

public final K firstKey()
Deprecated. 
Specified by:
firstKey in interface SortedMap<K extends Comparable<K>,V extends Number>

firstValue

public final V firstValue()
Deprecated. 
Specified by:
firstValue in interface BasicSeries<K extends Comparable<K>,V extends Number>

get

public final V get(Object aKey)
Deprecated. 
Specified by:
get in interface Map<K extends Comparable<K>,V extends Number>
Overrides:
get in class AbstractMap<K extends Comparable<K>,V extends Number>

getAverageStepSize

public final long getAverageStepSize()
Deprecated. 
Specified by:
getAverageStepSize in interface BasicTimeSeries<K extends Comparable<K>,V extends Number>
Returns:
The average number of millis between to subsequent keys in the series.

getColour

public final Color getColour()
Deprecated. 
Specified by:
getColour in interface BasicSeries<K extends Comparable<K>,V extends Number>

getDataSeries

public DataSeries getDataSeries()
Deprecated. 
Specified by:
getDataSeries in interface BasicSeries<K extends Comparable<K>,V extends Number>

getName

public final String getName()
Deprecated. 
Specified by:
getName in interface BasicSeries<K extends Comparable<K>,V extends Number>

getPrimitiveKeys

public final long[] getPrimitiveKeys()
Deprecated. 
Specified by:
getPrimitiveKeys in interface BasicTimeSeries<K extends Comparable<K>,V extends Number>

getPrimitiveTimeSeries

public ExplicitTimeSeries getPrimitiveTimeSeries()
Deprecated. 
Specified by:
getPrimitiveTimeSeries in interface BasicTimeSeries<K extends Comparable<K>,V extends Number>

getPrimitiveValues

public final double[] getPrimitiveValues()
Deprecated. 
Specified by:
getPrimitiveValues in interface BasicSeries<K extends Comparable<K>,V extends Number>

getResolution

public final CalendarDateUnit getResolution()
Deprecated. 
Specified by:
getResolution in interface BasicTimeSeries<K extends Comparable<K>,V extends Number>

getTimeInMillisSeries

public final TimeInMillisSeries<V> getTimeInMillisSeries()
Deprecated. 
Specified by:
getTimeInMillisSeries in interface BasicTimeSeries<K extends Comparable<K>,V extends Number>

isEmpty

public final boolean isEmpty()
Deprecated. 
Specified by:
isEmpty in interface Map<K extends Comparable<K>,V extends Number>
Overrides:
isEmpty in class AbstractMap<K extends Comparable<K>,V extends Number>

lastKey

public final K lastKey()
Deprecated. 
Specified by:
lastKey in interface SortedMap<K extends Comparable<K>,V extends Number>

lastValue

public final V lastValue()
Deprecated. 
Specified by:
lastValue in interface BasicSeries<K extends Comparable<K>,V extends Number>

modify

public final void modify(BasicSeries<K,V> aLeftArg,
                         BinaryFunction<V> aFunc)
Deprecated. 
Specified by:
modify in interface BasicSeries<K extends Comparable<K>,V extends Number>

modify

public final void modify(BinaryFunction<V> aFunc,
                         BasicSeries<K,V> aRightArg)
Deprecated. 
Specified by:
modify in interface BasicSeries<K extends Comparable<K>,V extends Number>

modify

public final void modify(BinaryFunction<V> aFunc,
                         V aRightArg)
Deprecated. 
Specified by:
modify in interface BasicSeries<K extends Comparable<K>,V extends Number>

modify

public final void modify(ParameterFunction<V> aFunc,
                         int aParam)
Deprecated. 
Specified by:
modify in interface BasicSeries<K extends Comparable<K>,V extends Number>

modify

public final void modify(UnaryFunction<V> aFunc)
Deprecated. 
Specified by:
modify in interface BasicSeries<K extends Comparable<K>,V extends Number>

modify

public final void modify(V aLeftArg,
                         BinaryFunction<V> aFunc)
Deprecated. 
Specified by:
modify in interface BasicSeries<K extends Comparable<K>,V extends Number>

put

public final V put(K aKey,
                   V aValue)
Deprecated. 
Specified by:
put in interface Map<K extends Comparable<K>,V extends Number>
Overrides:
put in class AbstractMap<K extends Comparable<K>,V extends Number>

remove

public final V remove(Object aKey)
Deprecated. 
Specified by:
remove in interface Map<K extends Comparable<K>,V extends Number>
Overrides:
remove in class AbstractMap<K extends Comparable<K>,V extends Number>

setColour

public final void setColour(Color aPaint)
Deprecated. 
Specified by:
setColour in interface BasicSeries<K extends Comparable<K>,V extends Number>

setName

public final void setName(String aName)
Deprecated. 
Specified by:
setName in interface BasicSeries<K extends Comparable<K>,V extends Number>

size

public final int size()
Deprecated. 
Specified by:
size in interface Map<K extends Comparable<K>,V extends Number>
Overrides:
size in class AbstractMap<K extends Comparable<K>,V extends Number>

toString

public final String toString()
Deprecated. 
Overrides:
toString in class AbstractMap<K extends Comparable<K>,V extends Number>