me.lemire.integercompression
Class DeltaZigzagEncoding.Context
java.lang.Object
me.lemire.integercompression.DeltaZigzagEncoding.Context
- Direct Known Subclasses:
- DeltaZigzagEncoding.Decoder, DeltaZigzagEncoding.Encoder
- Enclosing class:
- DeltaZigzagEncoding
public static class DeltaZigzagEncoding.Context
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
contextValue
protected int contextValue
DeltaZigzagEncoding.Context
protected DeltaZigzagEncoding.Context(int contextValue)
setContextValue
public void setContextValue(int contextValue)
getContextValue
public int getContextValue()
Copyright © 2013. All Rights Reserved.