ArrayType
- Type of the primitive array; e.g., double[]
.BaseType
- Boxed type of the array element; e.g., Double
.public interface PrimitiveColumn<ArrayType,BaseType> extends Column<BaseType>, PrimitiveArray<ArrayType,BaseType>
PrimitiveArray
.Modifier and Type | Method and Description |
---|---|
void |
fill(ArrayType values)
Fills the column with the values in the given array.
|
void |
fill(ArrayType values,
int offset)
Fills the column with the values in the given array.
|
contains, containsAll, getHeader, getType, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, setHeader, setSize, size, subList, toArray, toArray
capacity, copyArray, defaultValue, delete, ensureCapacity, getArray, getMaximumGrowth, insert, setArray, setMaximumGrowth
add, add, addAll, addAll, clear, equals, get, hashCode, remove, remove, removeAll, replaceAll, retainAll, set, sort, spliterator
parallelStream, removeIf, stream
Copyright © 2015–2022 SciJava. All rights reserved.