Interface MapChange<K,​V>

    • Method Detail

      • getKey

        K getKey​(int index)
        Parameters:
        index - the index of the changed key in the range from 0 to count - 1.
        Returns:
        the key at the given index. In case of ChangeType.REMOVE the removed key, in case of ChangeType.ADD the inserted key, and in case of ChangeType.UPDATE the key of the updated element.