Package | Description |
---|---|
com.macrofocus.molap.dataframe |
Provides the necessary classes and interfaces for dealing with indexed table structures.
|
com.macrofocus.molap.series |
Provides the necessary classes and interfaces for dealing with indexed vector structures.
|
Constructor and Description |
---|
DefaultDataFrame(Index<Integer> rowIndex,
DefaultIndex<String> columnIndex,
MutableSeries<Integer,V>[] series) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultSeries<V> |
Modifier and Type | Method and Description |
---|---|
static <V> MutableSeries<Integer,V> |
SeriesFactory.create(Object name,
V... values) |
static <V> MutableSeries<Integer,V> |
SeriesFactory.create(V... values) |
Copyright © 2014 Macrofocus GmbH. All Rights Reserved.