Class RowNumCounter

  • All Implemented Interfaces:
    IntSupplier

    public final class RowNumCounter
    extends Object
    implements IntSupplier
    Could be used as a simple "row number supplier" for RowPointer implementations.
    • Constructor Detail

      • RowNumCounter

        public RowNumCounter()
      • RowNumCounter

        public RowNumCounter​(int initialRowNum)
    • Method Detail

      • increment

        public void increment()