Package com.macrofocus.molap.dataframe
Class IndexedDataFrame.ColumnSeries2<K>
- java.lang.Object
-
- com.macrofocus.molap.series.AbstractSeries<K,V>
-
- com.macrofocus.molap.dataframe.IndexedDataFrame.ColumnSeries2<K>
-
- All Implemented Interfaces:
Series<K,V>
- Enclosing class:
- IndexedDataFrame<R,V>
public class IndexedDataFrame.ColumnSeries2<K> extends AbstractSeries<K,V>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description V
get(K key)
int
getAddress(K key)
K
getKey(int i)
java.lang.Object
getName()
java.lang.Class
getType()
Series<K,V>
head(int count)
java.lang.Iterable<K>
keys()
<L> Series<L,V>
reindex(L... keys)
int
size()
Series<K,V>
tail(int count)
-