|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.ojalgo.series.SeriesInterpolator<K,V>
public class SeriesInterpolator<K extends Comparable<K>,V extends Number>
| Constructor Summary | |
|---|---|
SeriesInterpolator()
|
|
| Method Summary | |
|---|---|
void |
addSeries(BigDecimal aKey,
BasicTimeSeries<K,V> aSeries)
|
void |
addSeries(long aKey,
BasicTimeSeries<K,V> aSeries)
|
TimeInMillisSeries<BigDecimal> |
getCombination(BigDecimal anInputKey)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SeriesInterpolator()
| Method Detail |
|---|
public void addSeries(BigDecimal aKey,
BasicTimeSeries<K,V> aSeries)
public void addSeries(long aKey,
BasicTimeSeries<K,V> aSeries)
public TimeInMillisSeries<BigDecimal> getCombination(BigDecimal anInputKey)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||