Uses of Class
org.apache.lucene.util.encoding.FourFlagsIntDecoder
-
Packages that use FourFlagsIntDecoder Package Description org.apache.lucene.util.encoding Offers various encoders and decoders for integers, as well as the mechanisms to create new ones. -
-
Uses of FourFlagsIntDecoder in org.apache.lucene.util.encoding
Subclasses of FourFlagsIntDecoder in org.apache.lucene.util.encoding Modifier and Type Class Description class
NOnesIntDecoder
Decodes data which was encoded byNOnesIntEncoder
.
-