Interface ListChange<E>

    • Method Detail

      • getFrom

        int getFrom()
        Returns:
        the index of the start position of this change, or -1 for unordered containers (like Set or Map).
      • getTo

        default int getTo()
        Returns:
        the index of the end position of this change, or -1 for unordered containers (like Set or Map).