public class LongColumn extends LongArray implements PrimitiveColumn<long[],Long>
Column
for long
primitives.modCount
Constructor and Description |
---|
LongColumn() |
LongColumn(String header) |
Modifier and Type | Method and Description |
---|---|
void |
fill(long[] values)
Fills the column with the values in the given array.
|
void |
fill(long[] values,
int offset)
Fills the column with the values in the given array.
|
String |
getHeader()
Gets the header of this column.
|
Class<Long> |
getType()
Returns the actual type of data stored in the column.
|
void |
setHeader(String header)
Sets the header of this column.
|
add, addAll, addValue, addValue, contains, contains, containsAll, defaultValue, get, getArray, getValue, indexOf, indexOf, lastIndexOf, lastIndexOf, remove, removeAll, removeValue, set, setArray, setValue
capacity, checkBounds, clear, copyArray, delete, ensureCapacity, getMaximumGrowth, insert, remove, setMaximumGrowth, setSize, size
add, equals, hashCode, iterator, listIterator, listIterator, removeRange, subList
addAll, isEmpty, retainAll, toArray, toArray, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
contains, containsAll, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, 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
public LongColumn()
public LongColumn(String header)
public String getHeader()
Column
public void setHeader(String header)
Column
public Class<Long> getType()
Column
public void fill(long[] values)
PrimitiveColumn
fill
in interface PrimitiveColumn<long[],Long>
public void fill(long[] values, int offset)
PrimitiveColumn
fill
in interface PrimitiveColumn<long[],Long>
Copyright © 2015–2022 SciJava. All rights reserved.