Package tech.tablesaw.columns.strings
Class ByteDictionaryMap.ByteDictionaryBuilder
- java.lang.Object
-
- tech.tablesaw.columns.strings.ByteDictionaryMap.ByteDictionaryBuilder
-
- Enclosing class:
- ByteDictionaryMap
public static class ByteDictionaryMap.ByteDictionaryBuilder extends Object
-
-
Constructor Summary
Constructors Constructor Description ByteDictionaryBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ByteDictionaryMapbuild()ByteDictionaryMap.ByteDictionaryBuildersetKeyToCount(it.unimi.dsi.fastutil.bytes.Byte2IntOpenHashMap keyToCount)ByteDictionaryMap.ByteDictionaryBuildersetKeyToValue(it.unimi.dsi.fastutil.bytes.Byte2ObjectMap<String> keyToValue)ByteDictionaryMap.ByteDictionaryBuildersetNextIndex(int value)ByteDictionaryMap.ByteDictionaryBuildersetValues(byte[] bytes)ByteDictionaryMap.ByteDictionaryBuildersetValueToKey(it.unimi.dsi.fastutil.objects.Object2ByteOpenHashMap<String> valueToKey)
-
-
-
Method Detail
-
setNextIndex
public ByteDictionaryMap.ByteDictionaryBuilder setNextIndex(int value)
-
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
public ByteDictionaryMap.ByteDictionaryBuilder setValues(byte[] bytes)
-
build
public ByteDictionaryMap build()
-
-