BASE_CHARACTERISTICS| Modifier and Type | Method and Description |
|---|---|
BooleanColumn |
append(Column<Boolean> tail)
Appends two columns with the same element type.
|
static BooleanColumnBuilder |
builder() |
static Collector<Boolean,?,BooleanColumn> |
collector() |
BooleanColumn |
copy()
Returns a column equal to this one, but with elements stored in a newly
allocated buffer.
|
boolean |
getBoolean(int index) |
static BooleanColumn |
of(Boolean... elements) |
BooleanColumn |
subColumn(int fromIndex,
int toIndex)
Returns a view of the portion of this column between the specified
fromIndex, inclusive, and toIndex, exclusive.
|
append, characteristics, getType, head, head, isDistinct, isNonnull, isNull, isSorted, spliterator, subColumn, subColumn, tail, tail, toDistinct, toHeap, toSortedadd, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, subList, toArray, toArrayceiling, descendingIterator, descendingSet, floor, headSet, headSet, higher, iterator, lower, pollFirst, pollLast, subSet, subSet, tailSet, tailSetcomparator, first, lastparallelStream, removeIf, streamBooleanColumn subColumn(int fromIndex, int toIndex)
ColumnBooleanColumn append(Column<Boolean> tail)
ColumnBoth columns must have the same characteristics. If they're both unique indices then the first value of the provided column must be greater than the last value of this column.
BooleanColumn copy()
Columnstatic BooleanColumnBuilder builder()
boolean getBoolean(int index)
static BooleanColumn of(Boolean... elements)
static Collector<Boolean,?,BooleanColumn> collector()
Copyright © 2019. All rights reserved.