Uses of Class
tech.tablesaw.columns.strings.ShortDictionaryMap.ShortDictionaryBuilder
-
Packages that use ShortDictionaryMap.ShortDictionaryBuilder Package Description tech.tablesaw.columns.strings -
-
Uses of ShortDictionaryMap.ShortDictionaryBuilder in tech.tablesaw.columns.strings
Methods in tech.tablesaw.columns.strings that return ShortDictionaryMap.ShortDictionaryBuilder Modifier and Type Method Description ShortDictionaryMap.ShortDictionaryBuilderShortDictionaryMap.ShortDictionaryBuilder. setCanPromoteToText(boolean canPromoteToText)ShortDictionaryMap.ShortDictionaryBuilderShortDictionaryMap.ShortDictionaryBuilder. setKeyToCount(it.unimi.dsi.fastutil.shorts.Short2IntOpenHashMap keyToCount)ShortDictionaryMap.ShortDictionaryBuilderShortDictionaryMap.ShortDictionaryBuilder. setKeyToValue(it.unimi.dsi.fastutil.shorts.Short2ObjectMap<String> keyToValue)ShortDictionaryMap.ShortDictionaryBuilderShortDictionaryMap.ShortDictionaryBuilder. setNextIndex(int value)ShortDictionaryMap.ShortDictionaryBuilderShortDictionaryMap.ShortDictionaryBuilder. setValues(short[] data)ShortDictionaryMap.ShortDictionaryBuilderShortDictionaryMap.ShortDictionaryBuilder. setValueToKey(it.unimi.dsi.fastutil.objects.Object2ShortOpenHashMap<String> valueToKey)
-