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