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 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 String |
names(IntColumn[] columns) |
default IntColumn |
plus(int value) |
default IntColumn |
plus(IntColumn... columns) |
default IntColumn |
subtract(int value) |
long |
sum() |
append, appendCell, 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
forEach, spliterator
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 FloatColumn asRatio()
default FloatColumn asPercent()
long sum()
int get(int index)
default IntColumn subtract(int value)
Copyright © 2017. All rights reserved.