Interface MapRemove


public interface MapRemove
Payload of a ObjectOperationAction.MAP_REMOVE operation, describing a key being removed from a LiveMap object.

Spec: MRM*

  • Method Summary

    Modifier and Type
    Method
    Description
    @NotNull String
    Returns the key being removed.
  • Method Details

    • getKey

      @NotNull @NotNull String getKey()
      Returns the key being removed.

      Spec: MRM2a

      Returns:
      the map key