Interface ListModificationSequence<E>

    • Method Detail

      • asListChange

        QuasiListChange<E> asListChange()
        May be destructive for this object. Therefore, this object should not be used after the call to this method, unless stated otherwise by the implementing class/interface.
      • asListChangeAccumulator

        ListChangeAccumulator<E> asListChangeAccumulator()
        May be destructive for this object. Therefore, this object should not be used after the call to this method, unless stated otherwise by the implementing class/interface.