Uses of Class
tech.tablesaw.columns.strings.ByteDictionaryMap.ByteDictionaryBuilder
Packages that use ByteDictionaryMap.ByteDictionaryBuilder
-
Uses of ByteDictionaryMap.ByteDictionaryBuilder in tech.tablesaw.columns.strings
Methods in tech.tablesaw.columns.strings that return ByteDictionaryMap.ByteDictionaryBuilderModifier and TypeMethodDescriptionByteDictionaryMap.ByteDictionaryBuilder.setKeyToCount
(it.unimi.dsi.fastutil.bytes.Byte2IntOpenHashMap keyToCount) ByteDictionaryMap.ByteDictionaryBuilder.setKeyToValue
(it.unimi.dsi.fastutil.bytes.Byte2ObjectMap<String> keyToValue) ByteDictionaryMap.ByteDictionaryBuilder.setNextIndex
(int value) ByteDictionaryMap.ByteDictionaryBuilder.setValues
(byte[] bytes) ByteDictionaryMap.ByteDictionaryBuilder.setValueToKey
(it.unimi.dsi.fastutil.objects.Object2ByteOpenHashMap<String> valueToKey)