Interface ReinsertStrategy

    • Method Detail

      • computeReinserts

        <A> int[] computeReinserts​(A entries,
                                   ArrayAdapter<? extends SpatialComparable,​? super A> getter,
                                   SpatialComparable page)
        Perform reinsertions.
        Parameters:
        entries - Entries in overflowing node
        getter - Adapter for the entries array
        page - Spatial extend of the page
        Returns:
        index of pages to reinsert.