public static class PlainValuesDictionary.PlainLongDictionary extends PlainValuesDictionary
PlainValuesDictionary.PlainBinaryDictionary, PlainValuesDictionary.PlainDoubleDictionary, PlainValuesDictionary.PlainFloatDictionary, PlainValuesDictionary.PlainIntegerDictionary, PlainValuesDictionary.PlainLongDictionary| Constructor and Description |
|---|
PlainLongDictionary(DictionaryPage dictionaryPage) |
| Modifier and Type | Method and Description |
|---|---|
long |
decodeToLong(int id) |
int |
getMaxId() |
String |
toString() |
decodeToBinary, decodeToBoolean, decodeToDouble, decodeToFloat, decodeToInt, getEncodingpublic PlainLongDictionary(DictionaryPage dictionaryPage) throws IOException
dictionaryPage - a dictionary page of encoded long valuesIOException - if there is an exception while decoding the dictionary pagepublic long decodeToLong(int id)
decodeToLong in class Dictionarypublic int getMaxId()
getMaxId in class DictionaryCopyright © 2024 The Apache Software Foundation. All rights reserved.