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, getMaxId
protected PlainValuesDictionary(DictionaryPage dictionaryPage) throws IOException
dictionaryPage
- the PLAIN encoded content of the dictionaryIOException
Copyright © 2015. All rights reserved.