| Package | Description |
|---|---|
| me.lemire.integercompression |
| Class and Description |
|---|
| ByteIntegerCODEC
Interface describing a CODEC to compress integers to bytes.
|
| IntegerCODEC
Interface describing a standard CODEC to compress integers.
|
| IntegratedByteIntegerCODEC
Interface describing a CODEC to compress integers to bytes.
|
| IntegratedIntegerCODEC
This is just like IntegerCODEC, except that it indicates that delta coding is
"integrated", so that you don't need a separate step for delta coding.
|
| IntWrapper
Essentially a mutable wrapper around an integer.
|
Copyright © 2014. All Rights Reserved.