public interface ShortMapUtils extends ShortColumnUtils
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 String |
names(ShortColumn[] columns) |
default IntColumn |
plus(ShortColumn... columns) |
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(ShortColumn... columns)
default String names(ShortColumn[] columns)
default FloatColumn asRatio()
default FloatColumn asPercent()
long sum()
Copyright © 2017. All rights reserved.