Uses of Interface
tech.tablesaw.filtering.StringFilterSpec
-
Packages that use StringFilterSpec Package Description tech.tablesaw.api tech.tablesaw.columns.strings tech.tablesaw.filtering -
-
Uses of StringFilterSpec in tech.tablesaw.api
Classes in tech.tablesaw.api that implement StringFilterSpec Modifier and Type Class Description classStringColumnA column that contains String values. -
Uses of StringFilterSpec in tech.tablesaw.columns.strings
Subinterfaces of StringFilterSpec 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 StringFilterSpec 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 StringFilterSpec in tech.tablesaw.filtering
Classes in tech.tablesaw.filtering that implement StringFilterSpec Modifier and Type Class Description classDeferredStringColumn
-