public interface IntColumnUtils extends Column, it.unimi.dsi.fastutil.ints.IntIterable
Modifier and Type | Field and Description |
---|---|
static IntBiPredicate |
isEqualTo |
static IntPredicate |
isEven |
static IntBiPredicate |
isGreaterThan |
static IntBiPredicate |
isGreaterThanOrEqualTo |
static IntBiPredicate |
isLessThan |
static IntBiPredicate |
isLessThanOrEqualTo |
static IntPredicate |
isMissing |
static IntPredicate |
isNegative |
static IntPredicate |
isNonNegative |
static IntBiPredicate |
isNotEqualTo |
static IntPredicate |
isNotMissing |
static IntPredicate |
isOdd |
static IntPredicate |
isPositive |
static IntPredicate |
isZero |
addCell, append, asBytes, byteSize, clear, columnMetadata, columnWidth, comment, copy, countMissing, countUnique, difference, emptyCopy, emptyCopy, first, first, getString, id, isEmpty, isMissing, isNotMissing, last, last, metadata, name, print, rowComparator, setComment, setName, size, sortAscending, sortDescending, subset, summary, title, toDoubleArray, type, unique
static final IntPredicate isZero
static final IntPredicate isNegative
static final IntPredicate isPositive
static final IntPredicate isNonNegative
static final IntPredicate isEven
static final IntPredicate isOdd
static final IntBiPredicate isGreaterThan
static final IntBiPredicate isGreaterThanOrEqualTo
static final IntBiPredicate isLessThan
static final IntBiPredicate isLessThanOrEqualTo
static final IntBiPredicate isNotEqualTo
static final IntBiPredicate isEqualTo
static final IntPredicate isMissing
static final IntPredicate isNotMissing