Uses of Interface
tech.tablesaw.filtering.FilterSpec
-
-
Uses of FilterSpec in tech.tablesaw.api
Subinterfaces of FilterSpec in tech.tablesaw.api Modifier and Type Interface Description interfaceNumericColumn<T extends Number>A Column of numeric valuesClasses in tech.tablesaw.api that implement FilterSpec Modifier and Type Class Description classBooleanColumnA column that contains boolean valuesclassDateColumnA column that contains int-encoded local date valuesclassDateTimeColumnA column that contains long-integer encoded (packed) local date-time valuesclassDoubleColumnA column that contains double valuesclassFloatColumnA column that contains float valuesclassInstantColumnA column that contains long-integer encoded (packed) instant values.classIntColumnA 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 valuesclassStringColumnA column that contains String values. -
Uses of FilterSpec in tech.tablesaw.columns.dates
Subinterfaces of FilterSpec in tech.tablesaw.columns.dates Modifier and Type Interface Description interfaceDateFilters -
Uses of FilterSpec in tech.tablesaw.columns.datetimes
Subinterfaces of FilterSpec in tech.tablesaw.columns.datetimes Modifier and Type Interface Description interfaceDateTimeFilters -
Uses of FilterSpec in tech.tablesaw.columns.numbers
Subinterfaces of FilterSpec in tech.tablesaw.columns.numbers Modifier and Type Interface Description interfaceNumberFilters -
Uses of FilterSpec in tech.tablesaw.columns.strings
Subinterfaces of FilterSpec in tech.tablesaw.columns.strings Modifier and Type Interface Description interfaceDictionaryMapInterface implemented by the objects that perform the dictionary encoding of the Strings in StringColumn, as well as the primitive values that represent the individual instances of the String in the column.interfaceStringDatainterfaceStringFiltersClasses in tech.tablesaw.columns.strings that implement FilterSpec Modifier and Type Class Description classByteDictionaryMapA map that supports reversible key value pairs of int-StringclassIntDictionaryMapA map that supports reversible key value pairs of int-StringclassNullDictionaryMapA null dictionary map has no actual dictionary as the underlying data is not dictionary encoded.classShortDictionaryMapA map that supports reversible key value pairs of short-StringclassTextualStringDataA column that contains String values. -
Uses of FilterSpec in tech.tablesaw.columns.temporal
Subinterfaces of FilterSpec in tech.tablesaw.columns.temporal Modifier and Type Interface Description interfaceTemporalFilters<T extends Temporal> -
Uses of FilterSpec in tech.tablesaw.filtering
Subinterfaces of FilterSpec in tech.tablesaw.filtering Modifier and Type Interface Description interfaceBooleanFilterSpec<T>interfaceDateAndDateTimeFilterSpec<T>interfaceDateOnlyFilterSpec<T>interfaceDateTimeFilterSpec<T>interfaceInstantFilterSpec<T>interfaceNumberFilterSpec<T>interfaceStringFilterSpec<T>interfaceTimeAndDateTimeFilterSpec<T>interfaceTimeOnlyFilterSpec<T>Classes in tech.tablesaw.filtering that implement FilterSpec Modifier and Type Class Description classDeferredBooleanColumnclassDeferredDateColumnclassDeferredDateTimeColumnclassDeferredInstantColumnclassDeferredNumberColumnclassDeferredStringColumnclassDeferredTimeColumn
-