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