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 DictionaryMapStringColumn. 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 StringColumnStringColumn. 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 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-StringMethods in tech.tablesaw.columns.strings that return DictionaryMap Modifier and Type Method Description DictionaryMapStringData. getDictionary()DictionaryMapTextualStringData. getDictionary()Returns null, as this Column is not backed by a dictionaryMapDictionaryMapByteDictionaryMap. promoteYourself()DictionaryMapDictionaryMap. promoteYourself()DictionaryMapIntDictionaryMap. promoteYourself()DictionaryMapNullDictionaryMap. promoteYourself()DictionaryMapShortDictionaryMap. promoteYourself()Constructors in tech.tablesaw.columns.strings with parameters of type DictionaryMap Constructor Description NullDictionaryMap(DictionaryMap dictionaryMap)
-