public class CoordinatedSet<K extends Comparable<? super K>> extends Object
Modifier and Type | Method and Description |
---|---|
static <K extends Comparable<? super K>> |
from(List<? extends BasicSeries<K,?>> uncoordinated) |
K |
getFirstKey() |
K |
getLastKey() |
PrimitiveSeries |
getSeries(int index) |
int |
size() |
public static <K extends Comparable<? super K>> CoordinatedSet<K> from(List<? extends BasicSeries<K,?>> uncoordinated)
public K getFirstKey()
public K getLastKey()
public PrimitiveSeries getSeries(int index)
public int size()
Copyright © 2018 Optimatika. All rights reserved.