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