public class ReIndexedSeries<K,V,X> extends AbstractSeries<K,V>
Modifier and Type | Class and Description |
---|---|
static interface |
ReIndexedSeries.ReIndexRecipe<K> |
Constructor and Description |
---|
ReIndexedSeries(Series<X,V> series,
ReIndexedSeries.ReIndexRecipe<K> recipe) |
Modifier and Type | Method and Description |
---|---|
V |
get(K key) |
K |
getKey(int index) |
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) |
public ReIndexedSeries(Series<X,V> series, ReIndexedSeries.ReIndexRecipe<K> recipe)
Copyright © 2014 Macrofocus GmbH. All Rights Reserved.