Interface MapTrigger.Entry<K,​V>

    • Method Detail

      • getOriginalValue

        V getOriginalValue()
        Determine the value that existed before the start of the mutating operation that is being evaluated by the trigger.
        Returns:
        the original value corresponding to this Entry; may be null if the value is null or if the Entry did not exist in the Map
      • isOriginalPresent

        boolean isOriginalPresent()
        Determine whether or not the Entry existed before the start of the mutating operation that is being evaluated by the trigger.
        Returns:
        true iff this Entry was existent in the containing Map