Uses of Interface
tech.tablesaw.filtering.NumberFilterSpec
-
Packages that use NumberFilterSpec Package Description tech.tablesaw.api tech.tablesaw.columns.numbers tech.tablesaw.filtering -
-
Uses of NumberFilterSpec in tech.tablesaw.api
Subinterfaces of NumberFilterSpec in tech.tablesaw.api Modifier and Type Interface Description interfaceNumericColumn<T extends Number>A Column of numeric valuesClasses in tech.tablesaw.api that implement NumberFilterSpec Modifier and Type Class Description classDoubleColumnA column that contains double valuesclassFloatColumnA column that contains float valuesclassIntColumnA column that contains int valuesclassLongColumnA column that contains long valuesclassNumberColumn<C extends NumberColumn<C,T>,T extends Number>An abstract class that provides a partial implementation for columns of numeric dataclassShortColumnA column that contains short values -
Uses of NumberFilterSpec in tech.tablesaw.columns.numbers
Subinterfaces of NumberFilterSpec in tech.tablesaw.columns.numbers Modifier and Type Interface Description interfaceNumberFilters -
Uses of NumberFilterSpec in tech.tablesaw.filtering
Classes in tech.tablesaw.filtering that implement NumberFilterSpec Modifier and Type Class Description classDeferredNumberColumn
-