Interface MapCreate


public interface MapCreate
Payload of a ObjectOperationAction.MAP_CREATE operation, describing the initial state of the created LiveMap object.

Spec: MCR*

  • Method Summary

    Modifier and Type
    Method
    Description
    @NotNull @Unmodifiable Map<String,ObjectsMapEntry>
    Returns the initial entries of the created map object, indexed by key.
    Returns the conflict-resolution semantics used by the created map object.
  • Method Details

    • getSemantics

      @NotNull @NotNull ObjectsMapSemantics getSemantics()
      Returns the conflict-resolution semantics used by the created map object.

      Spec: MCR2a

      Returns:
      the map semantics
    • getEntries

      @NotNull @NotNull @Unmodifiable Map<String,ObjectsMapEntry> getEntries()
      Returns the initial entries of the created map object, indexed by key.

      Spec: MCR2b

      Returns:
      an unmodifiable map of initial entries