public interface IntMapUtils extends IntColumnUtils
isEqualTo, isEven, isGreaterThan, isGreaterThanOrEqualTo, isLessThan, isLessThanOrEqualTo, isMissing, isNegative, isNonNegative, isNotEqualTo, isNotMissing, isOdd, isPositive, isZero
Modifier and Type | Method and Description |
---|---|
default FloatColumn |
asPercent()
Return the elements of this column as the percentages of their value relative to the sum of all
elements
|
default FloatColumn |
asRatio()
Return the elements of this column as the ratios of their value and the sum of all
elements
|
default IntColumn |
difference(int value) |
default IntColumn |
difference(IntColumn column2) |
default FloatColumn |
divide(double value) |
default FloatColumn |
divide(int value) |
default FloatColumn |
divide(IntColumn divisor) |
int |
get(int index) |
default FloatColumn |
multiply(double value) |
default IntColumn |
multiply(int value) |
default java.lang.String |
names(IntColumn[] columns) |
default IntColumn |
plus(int value) |
default IntColumn |
plus(IntColumn... columns) |
long |
sum() |
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
default IntColumn plus(int value)
default IntColumn multiply(int value)
default FloatColumn multiply(double value)
default FloatColumn divide(int value)
default FloatColumn divide(double value)
default FloatColumn divide(IntColumn divisor)
default java.lang.String names(IntColumn[] columns)
default FloatColumn asRatio()
default FloatColumn asPercent()
long sum()
int get(int index)
default IntColumn difference(int value)