Package com.qfs.index

Interface IIntegerArrayTransaction

    • Method Detail

      • getDelta

        gnu.trove.map.TIntIntMap getDelta()
        Returns the delta object containing the old values for this transaction.

        The delta object is a mapping from a row ID to the old value for this row.

        Returns:
        the delta
      • getNewDelta

        gnu.trove.map.TIntIntMap getNewDelta()
        Returns the delta object containing the new values for this transaction.

        The delta object is a mapping from a row ID to the new value for this row.

        Returns:
        the delta
      • reset

        void reset()
        Empties the array.

        Its size will be set to 0.