public static class ByteDictionaryMap.ByteDictionaryBuilder extends Object
Constructor and Description |
---|
ByteDictionaryBuilder() |
Modifier and Type | Method and Description |
---|---|
ByteDictionaryMap |
build() |
ByteDictionaryMap.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) |
public ByteDictionaryMap.ByteDictionaryBuilder setNextIndex(int value)
public ByteDictionaryMap.ByteDictionaryBuilder setKeyToValue(it.unimi.dsi.fastutil.bytes.Byte2ObjectMap<String> keyToValue)
public ByteDictionaryMap.ByteDictionaryBuilder setValueToKey(it.unimi.dsi.fastutil.objects.Object2ByteOpenHashMap<String> valueToKey)
public ByteDictionaryMap.ByteDictionaryBuilder setKeyToCount(it.unimi.dsi.fastutil.bytes.Byte2IntOpenHashMap keyToCount)
public ByteDictionaryMap.ByteDictionaryBuilder setValues(byte[] bytes)
public ByteDictionaryMap build()
Copyright © 2021. All rights reserved.