Uses of Interface
tech.tablesaw.columns.strings.DictionaryMap
Packages that use DictionaryMap
-
Uses of DictionaryMap in tech.tablesaw.api
Methods in tech.tablesaw.api that return DictionaryMapMethods in tech.tablesaw.api with parameters of type DictionaryMapModifier and TypeMethodDescriptionstatic StringColumn
StringColumn.createInternal
(String name, DictionaryMap map) -
Uses of DictionaryMap in tech.tablesaw.columns.strings
Classes in tech.tablesaw.columns.strings that implement DictionaryMapModifier and TypeClassDescriptionclass
A map that supports reversible key value pairs of int-Stringclass
A map that supports reversible key value pairs of int-Stringclass
A map that supports reversible key value pairs of short-StringMethods in tech.tablesaw.columns.strings that return DictionaryMapModifier and TypeMethodDescriptionByteDictionaryMap.promoteYourself()
DictionaryMap.promoteYourself()
IntDictionaryMap.promoteYourself()
ShortDictionaryMap.promoteYourself()