public class SeriesUtil extends Object
| 构造器 | 说明 |
|---|---|
SeriesUtil() |
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
static Array |
fillKeyList(Array data,
List<Integer> rrdata) |
Fill key list
|
static Object[] |
getIndices(List<Object> index,
Object label) |
Get indices
|
static Object[] |
getIndices(List<Object> index,
List<Object> labels) |
Get indices
|
static Object[] |
getIndices(List<Object> index,
Array labels) |
Get indices
|
static Object[] |
getIndices(Array index,
Array labels) |
Get indices
|
static List |
subList(List list,
List<Integer> index) |
Sub list by index
|
public static Object[] getIndices(List<Object> index, Array labels)
index - Index arraylabels - Labelspublic static Object[] getIndices(Array index, Array labels)
index - Index arraylabels - Labelspublic static Object[] getIndices(List<Object> index, List<Object> labels)
index - Index arraylabels - Labelspublic static Object[] getIndices(List<Object> index, Object label)
index - Index arraylabel - Labelpublic static List subList(List list, List<Integer> index)
list - The listindex - The indexCopyright © 2019. All rights reserved.