Interface ArrayStore

    • Method Detail

      • count

        int count()
      • valuesEqual

        boolean valuesEqual​(int idx1,
                            int idx2)
      • copyValue

        void copyValue​(int destIdx,
                       int sourceIdx)
      • updateCount

        void updateCount​(int runCount)