Package tech.tablesaw.columns.strings
Class ByteDictionaryMap.ByteDictionaryBuilder
java.lang.Object
tech.tablesaw.columns.strings.ByteDictionaryMap.ByteDictionaryBuilder
- Enclosing class:
- ByteDictionaryMap
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
setKeyToCount
(it.unimi.dsi.fastutil.bytes.Byte2IntOpenHashMap keyToCount) setKeyToValue
(it.unimi.dsi.fastutil.bytes.Byte2ObjectMap<String> keyToValue) setNextIndex
(int value) setValues
(byte[] bytes) setValueToKey
(it.unimi.dsi.fastutil.objects.Object2ByteOpenHashMap<String> valueToKey)
-
Constructor Details
-
ByteDictionaryBuilder
public ByteDictionaryBuilder()
-
-
Method Details
-
setNextIndex
-
setKeyToValue
public ByteDictionaryMap.ByteDictionaryBuilder setKeyToValue(it.unimi.dsi.fastutil.bytes.Byte2ObjectMap<String> keyToValue) -
setValueToKey
public ByteDictionaryMap.ByteDictionaryBuilder setValueToKey(it.unimi.dsi.fastutil.objects.Object2ByteOpenHashMap<String> valueToKey) -
setKeyToCount
public ByteDictionaryMap.ByteDictionaryBuilder setKeyToCount(it.unimi.dsi.fastutil.bytes.Byte2IntOpenHashMap keyToCount) -
setValues
-
build
-