| Modifier and Type | Method and Description |
|---|---|
static BooleanColumnBuilder |
builder() |
static Collector<Boolean,?,BooleanColumn> |
collector() |
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, append, getType, head, head, isNull, isNullable, isSortedSet, spliterator, subColumn, subColumn, tail, tail, toHeapadd, 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)
Columnstatic BooleanColumnBuilder builder()
boolean getBoolean(int index)
static BooleanColumn of(Boolean... elements)
static Collector<Boolean,?,BooleanColumn> collector()
Copyright © 2019. All rights reserved.