Class IndexUpdater


  • public final class IndexUpdater
    extends Object
    • Method Detail

      • getFirstInvalidatedIndex

        public int getFirstInvalidatedIndex()
      • updateFirstInvalidatedIndex

        public void updateFirstInvalidatedIndex​(int pIdx)
      • areAllIndexesValid

        public boolean areAllIndexesValid()
      • markAllIndexesAsValid

        public void markAllIndexesAsValid()
      • updateIndexes

        public void updateIndexes()
      • updateIndexes

        public void updateIndexes​(IntPredicate pAbort)
        Parameters:
        pAbort - Determines whether the update should be aborted after the specified index.
      • updateIndexes

        public void updateIndexes​(int pToPos,
                                  IntPredicate pAbort)