Package com.macrofocus.molap.timeseries
Class TimeSeriesDataFrames.DefaultDynamic
- java.lang.Object
-
- com.macrofocus.molap.dataframe.AbstractDataFrame<R,C,V>
-
- com.macrofocus.molap.dataframe.AbstractMutableDataFrame<R,C,V>
-
- com.macrofocus.molap.dataframe.ReIndexedDataFrame<java.lang.Long,C,V,R,C>
-
- com.macrofocus.molap.timeseries.TimeSeriesDataFrames.DefaultDynamic
-
- All Implemented Interfaces:
DataFrame<java.lang.Long,C,V>
,MutableDataFrame<java.lang.Long,C,V>
,TimeSeriesDataFrames.Dynamic<java.lang.Long,C,V>
- Enclosing class:
- TimeSeriesDataFrames<R,C,V>
public class TimeSeriesDataFrames.DefaultDynamic extends ReIndexedDataFrame<java.lang.Long,C,V,R,C> implements TimeSeriesDataFrames.Dynamic<java.lang.Long,C,V>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.macrofocus.molap.dataframe.ReIndexedDataFrame
ReIndexedDataFrame.ReIndexRecipe<R,C>
-
Nested classes/interfaces inherited from class com.macrofocus.molap.dataframe.AbstractDataFrame
AbstractDataFrame.ColumnSeries
-
-
Field Summary
-
Fields inherited from class com.macrofocus.molap.dataframe.ReIndexedDataFrame
dataFrame
-
-
Constructor Summary
Constructors Constructor Description DefaultDynamic(DataFrame<R,C,V> dataFrame)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.macrofocus.selection.MutableSingleSelection<V[]>
getKeys()
-
Methods inherited from class com.macrofocus.molap.dataframe.ReIndexedDataFrame
columns, dataFrameChanged, getColumn, getColumnAddress, getColumnClass, getColumnCount, getColumnIndex, getColumnKey, getRow, getRowAddress, getRowClass, getRowCount, getRowIndex, getRowKey, getValueAt, join, rows, setRecipe, setValueAt
-
Methods inherited from class com.macrofocus.molap.dataframe.AbstractMutableDataFrame
reindexRows, reindexRows
-
Methods inherited from class com.macrofocus.molap.dataframe.AbstractDataFrame
addDataFrameListener, addWeakDataFrameListener, aggregate, aggregate, append, appendAndReindex, benchmark, filter, getCentroid, getColumnName, getConstant, getCount, getCountDistinct, getCountDistinctWithNull, getCube, getDataFrameAggregation, getDistributiveStatistics, getFirst, getFirstQuartile, getMax, getMean, getMedian, getMin, getRandom, getStatistics, getStdDev, getSum, getThirdQuartile, getUnivariateStatistics, getVariance, getVarianceByPopulation, getWeightedMean, getWeightedSum, notifyDataFrameChanged, orderRows, print, print, printSchema, reindexColumns, reindexRows, reindexRows, reindexRows, remapColumns, removeColumns, removeDataFrameListener, removeDataFrameListeners, removeDuplicates
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.macrofocus.molap.dataframe.DataFrame
addDataFrameListener, addWeakDataFrameListener, aggregate, aggregate, append, appendAndReindex, benchmark, columns, filter, getCentroid, getColumn, getColumnAddress, getColumnClass, getColumnCount, getColumnIndex, getColumnKey, getColumnName, getConstant, getCount, getCountDistinct, getCountDistinctWithNull, getDataFrameAggregation, getDistributiveStatistics, getFirst, getFirstQuartile, getMax, getMean, getMedian, getMin, getRandom, getRow, getRowAddress, getRowClass, getRowCount, getRowIndex, getRowKey, getStatistics, getStdDev, getSum, getThirdQuartile, getUnivariateStatistics, getValueAt, getVariance, getVarianceByPopulation, getWeightedMean, getWeightedSum, join, orderRows, print, print, printSchema, reindexColumns, reindexRows, reindexRows, reindexRows, remapColumns, removeColumns, removeDataFrameListener, removeDataFrameListeners, removeDuplicates, rows
-
Methods inherited from interface com.macrofocus.molap.dataframe.MutableDataFrame
reindexRows, reindexRows
-
-