Interface CloneableMap<K,​V>

  • All Superinterfaces:
    Map<K,​V>

    @Beta
    public interface CloneableMap<K,​V>
    extends Map<K,​V>
    • Method Detail

      • createMutableClone

        Map<K,​V> createMutableClone()
        Create a clone of this map's contents. This does not include the actual keys and values, just the internal map state.
        Returns:
        An isolated, writable map.