public class DefaultSeries<V> extends AbstractSeries<Integer,V> implements MutableSeries<Integer,V>
Constructor and Description |
---|
DefaultSeries(Object name,
V[] values) |
DefaultSeries(V[] values) |
Modifier and Type | Method and Description |
---|---|
V |
get(Integer key) |
Integer |
getKey(int i) |
Object |
getName() |
Class |
getType() |
Series<Integer,V> |
head(int count) |
Iterable<Integer> |
keys() |
<K> Series<K,V> |
reindex(Index<K> index) |
<L> Series<L,V> |
reindex(L... keys) |
void |
set(Integer key,
V value) |
Series<Integer,V> |
tail(int count) |
add, count, countUnique, divide, equals, hashCode, identitcal, indexMax, indexMin, max, mean, meanAbsoluteDeviation, median, min, multiply, pow, print, subtract, sum, toString
Copyright © 2014 Macrofocus GmbH. All Rights Reserved.