Package | Description |
---|---|
com.streamscape.ds.stable.columns | |
com.streamscape.ds.stable.lists | |
com.streamscape.ds.stable.table | |
com.streamscape.ds.stable.utils |
Modifier and Type | Method and Description |
---|---|
IntArrayList |
IntColumnWrapper.bottom(int n) |
default IntArrayList |
IntColumn.bottom(int n) |
IntArrayList |
IntColumnWrapper.bottom(int n,
Selection selection) |
IntArrayList |
IntColumnImpl.bottom(int n,
Selection selection) |
IntArrayList |
IntColumn.bottom(int n,
Selection selection) |
IntArrayList |
IntColumnWrapper.data() |
IntArrayList |
IntColumnImpl.data() |
IntArrayList |
IntColumn.data() |
IntArrayList |
CategoryColumnImpl.getValues(IntArrayList indexes) |
IntArrayList |
IntColumnWrapper.top(int n) |
default IntArrayList |
IntColumn.top(int n) |
IntArrayList |
IntColumnWrapper.top(int n,
Selection selection) |
IntArrayList |
IntColumnImpl.top(int n,
Selection selection) |
IntArrayList |
IntColumn.top(int n,
Selection selection) |
IntArrayList |
CategoryColumnImpl.values() |
Modifier and Type | Method and Description |
---|---|
static IntColumn |
IntColumn.create(java.lang.String name,
IntArrayList data) |
IntArrayList |
CategoryColumnImpl.getValues(IntArrayList indexes) |
void |
CategoryColumnImpl.initializeWith(IntArrayList list,
DictionaryMap map) |
Constructor and Description |
---|
IntColumnImpl(java.lang.String name,
IntArrayList data) |
Modifier and Type | Method and Description |
---|---|
IntArrayList |
IntArrayList.clone() |
static IntArrayList |
IntArrayList.wrap(int[] a) |
static IntArrayList |
IntArrayList.wrap(int[] a,
int length) |
Modifier and Type | Method and Description |
---|---|
boolean |
IntArrayList.addAll(IntArrayList c) |
boolean |
IntArrayList.addAll(int index,
IntArrayList c) |
int |
IntArrayList.compareTo(IntArrayList l) |
boolean |
IntArrayList.equals(IntArrayList l) |
boolean |
IntArrayList.removeAll(IntArrayList c) |
Modifier and Type | Method and Description |
---|---|
static void |
Rows.copyRowsToTable(IntArrayList rows,
Snapshot oldTable,
SnapshotTable newTable) |
Modifier and Type | Method and Description |
---|---|
IntArrayList |
Selection.toIntArrayList() |
IntArrayList |
InvertedSelection.toIntArrayList() |
IntArrayList |
ContinuousSelection.toIntArrayList() |
IntArrayList |
BitmapBackedSelection.toIntArrayList() |
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.