public class IndexedSeries<K,V> extends AbstractSeries<K,V>
Constructor and Description |
---|
IndexedSeries(Object name,
V[] values,
Index<K> index) |
IndexedSeries(Object name,
V[] values,
K[] keys) |
Modifier and Type | Method and Description |
---|---|
V |
get(K key) |
K |
getKey(int i) |
Object |
getName() |
Class |
getType() |
Series<K,V> |
head(int count) |
Iterable<K> |
keys() |
<L> Series<L,V> |
reindex(L... keys) |
Series<K,V> |
tail(int count) |
Copyright © 2014 Macrofocus GmbH. All Rights Reserved.