Interface UnmodifiableMapPhase<K,​V>

    • Method Detail

      • toModifiableMap

        @NonNull ModifiableMapPhase<K,​V> toModifiableMap()
        Return an isolated modifiable version of this map. Its mappings must match the mappings present in this map. Any modification of the returned map must not be affect the contents of this map.
        Returns:
        An modifiable version of this map.