Class ContextBitRange


  • public class ContextBitRange
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getValue​(int[] vec)  
      void setValue​(int[] vec, int val)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ContextBitRange

        public ContextBitRange()
      • ContextBitRange

        public ContextBitRange​(int sbit,
                               int ebit)
    • Method Detail

      • setValue

        public void setValue​(int[] vec,
                             int val)
      • getValue

        public int getValue​(int[] vec)