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