me.lemire.integercompression
Class DeltaZigzagEncoding.Context

java.lang.Object
  extended by me.lemire.integercompression.DeltaZigzagEncoding.Context
Direct Known Subclasses:
DeltaZigzagEncoding.Decoder, DeltaZigzagEncoding.Encoder
Enclosing class:
DeltaZigzagEncoding

public static class DeltaZigzagEncoding.Context
extends Object


Field Summary
protected  int contextValue
           
 
Constructor Summary
protected DeltaZigzagEncoding.Context(int contextValue)
           
 
Method Summary
 int getContextValue()
           
 void setContextValue(int contextValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

contextValue

protected int contextValue
Constructor Detail

DeltaZigzagEncoding.Context

protected DeltaZigzagEncoding.Context(int contextValue)
Method Detail

setContextValue

public void setContextValue(int contextValue)

getContextValue

public int getContextValue()


Copyright © 2013. All Rights Reserved.