Package | Description |
---|---|
org.eclipse.january.dataset |
Modifier and Type | Method and Description |
---|---|
CompoundIntegerDataset |
CompoundIntegerDataset.clone() |
static CompoundIntegerDataset |
CompoundIntegerDataset.createCompoundDatasetWithLastDimension(Dataset a,
boolean shareData)
Create a compound dataset using last dimension of given dataset
|
static CompoundIntegerDataset |
CompoundIntegerDataset.createFromObject(int itemSize,
Object obj)
Create a 1D dataset from an object which could be a Java list, array (of arrays...) or Number.
|
CompoundIntegerDataset |
CompoundIntegerDataset.fill(Object obj) |
CompoundIntegerDataset |
CompoundIntegerDataset.getSlice(SliceIterator siter) |
CompoundIntegerDataset |
CompoundIntegerDataset.getView(boolean deepCopyMetadata) |
CompoundIntegerDataset |
CompoundIntegerDataset.iadd(Object b) |
CompoundIntegerDataset |
CompoundIntegerDataset.idivide(Object b) |
CompoundIntegerDataset |
CompoundIntegerDataset.ifloor() |
CompoundIntegerDataset |
CompoundIntegerDataset.imultiply(Object b) |
CompoundIntegerDataset |
CompoundIntegerDataset.ipower(Object b) |
CompoundIntegerDataset |
CompoundIntegerDataset.iremainder(Object b) |
CompoundIntegerDataset |
CompoundIntegerDataset.isubtract(Object b) |
CompoundIntegerDataset |
CompoundIntegerDataset.setBy1DIndex(Object o,
Dataset index) |
CompoundIntegerDataset |
CompoundIntegerDataset.setByBoolean(Object o,
Dataset selection) |
CompoundIntegerDataset |
CompoundIntegerDataset.setByIndexes(Object o,
Object... indexes) |
CompoundIntegerDataset |
CompoundIntegerDataset.setSlice(Object o,
IndexIterator siter) |
Copyright © 2014–2019 Eclipse Foundation. All rights reserved.