Uses of Interface
tech.tablesaw.columns.strings.DictionaryMap
-
Packages that use DictionaryMap Package Description tech.tablesaw.api tech.tablesaw.columns.strings -
-
Uses of DictionaryMap in tech.tablesaw.api
Methods in tech.tablesaw.api that return DictionaryMap Modifier and Type Method Description DictionaryMap
StringColumn. getDictionary()
For tablesaw internal use Note: This method returns null if the stringDataType is TEXTUALMethods in tech.tablesaw.api with parameters of type DictionaryMap Modifier and Type Method Description static StringColumn
StringColumn. createInternal(String name, DictionaryMap map)
-
Uses of DictionaryMap in tech.tablesaw.columns.strings
Classes in tech.tablesaw.columns.strings that implement DictionaryMap 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-StringMethods in tech.tablesaw.columns.strings that return DictionaryMap Modifier and Type Method Description DictionaryMap
StringData. getDictionary()
DictionaryMap
TextualStringData. getDictionary()
Returns null, as this Column is not backed by a dictionaryMapDictionaryMap
ByteDictionaryMap. promoteYourself()
DictionaryMap
DictionaryMap. promoteYourself()
DictionaryMap
IntDictionaryMap. promoteYourself()
DictionaryMap
NullDictionaryMap. promoteYourself()
DictionaryMap
ShortDictionaryMap. promoteYourself()
Constructors in tech.tablesaw.columns.strings with parameters of type DictionaryMap Constructor Description NullDictionaryMap(DictionaryMap dictionaryMap)
-