public abstract class PlainValuesDictionary extends Dictionary
| Modifier and Type | Class and Description |
|---|---|
static class |
PlainValuesDictionary.PlainBinaryDictionary
a simple implementation of dictionary for plain encoded binary
|
static class |
PlainValuesDictionary.PlainDoubleDictionary
a simple implementation of dictionary for plain encoded double values
|
static class |
PlainValuesDictionary.PlainFloatDictionary
a simple implementation of dictionary for plain encoded float values
|
static class |
PlainValuesDictionary.PlainIntegerDictionary
a simple implementation of dictionary for plain encoded integer values
|
static class |
PlainValuesDictionary.PlainLongDictionary
a simple implementation of dictionary for plain encoded long values
|
| Modifier | Constructor and Description |
|---|---|
protected |
PlainValuesDictionary(DictionaryPage dictionaryPage) |
decodeToBinary, decodeToBoolean, decodeToDouble, decodeToFloat, decodeToInt, decodeToLong, getEncoding, getMaxIdprotected PlainValuesDictionary(DictionaryPage dictionaryPage) throws IOException
dictionaryPage - the PLAIN encoded content of the dictionaryIOException - if there is an exception while decoding the dictionary pageCopyright © 2023 The Apache Software Foundation. All rights reserved.