Class PackedInts.ReaderIteratorImpl

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected ReaderIteratorImpl​(int valueCount, int bitsPerValue, DataInput in)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getBitsPerValue()
      Returns number of bits per value
      long next()
      Returns next value
      int size()
      Returns number of values
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait