public class BoolColumn extends BoolArray implements PrimitiveColumn<boolean[],Boolean>
Column for boolean primitives.modCount| Constructor and Description |
|---|
BoolColumn() |
BoolColumn(String header) |
| Modifier and Type | Method and Description |
|---|---|
void |
fill(boolean[] values)
Fills the column with the values in the given array.
|
void |
fill(boolean[] values,
int offset)
Fills the column with the values in the given array.
|
String |
getHeader()
Gets the header of this column.
|
Class<Boolean> |
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, setValuecapacity, checkBounds, clear, copyArray, delete, ensureCapacity, getMaximumGrowth, insert, remove, setMaximumGrowth, setSize, sizeadd, equals, hashCode, iterator, listIterator, listIterator, removeRange, subListaddAll, isEmpty, retainAll, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitcontains, containsAll, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, setSize, size, subList, toArray, toArraycapacity, copyArray, defaultValue, delete, ensureCapacity, getArray, getMaximumGrowth, insert, setArray, setMaximumGrowthadd, add, addAll, addAll, clear, equals, get, hashCode, remove, remove, removeAll, replaceAll, retainAll, set, sort, spliteratorparallelStream, removeIf, streampublic BoolColumn()
public BoolColumn(String header)
public String getHeader()
Columnpublic void setHeader(String header)
Columnpublic Class<Boolean> getType()
Columnpublic void fill(boolean[] values)
PrimitiveColumnfill in interface PrimitiveColumn<boolean[],Boolean>public void fill(boolean[] values,
int offset)
PrimitiveColumnfill in interface PrimitiveColumn<boolean[],Boolean>Copyright © 2015–2022 SciJava. All rights reserved.