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 class
StringColumn
A 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 interface
DictionaryMap
Interface 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.interface
StringData
Classes in tech.tablesaw.columns.strings that implement StringReduceUtils Modifier and Type Class Description class
ByteDictionaryMap
A map that supports reversible key value pairs of int-Stringclass
IntDictionaryMap
A map that supports reversible key value pairs of int-Stringclass
NullDictionaryMap
A null dictionary map has no actual dictionary as the underlying data is not dictionary encoded.class
ShortDictionaryMap
A map that supports reversible key value pairs of short-Stringclass
TextualStringData
A column that contains String values.
-