Interface Map.Transient<K,V>

All Superinterfaces:
Map<K,V>, Map<K,V>, MapEq<K,V>, MapEq.Transient<K,V>
All Known Implementing Classes:
PersistentTrieMap.TransientTrieMap
Enclosing interface:
Map<K,V>

public static interface Map.Transient<K,V> extends Map<K,V>, MapEq.Transient<K,V>
  • Method Details

    • __put

      V __put(K key, V val)
    • __remove

      V __remove(K key)
    • __putAll

      boolean __putAll(Map<? extends K,? extends V> map)
    • freeze

      Map.Immutable<K,V> freeze()
    • of

      static <K, V> Map.Transient<K,V> of()
    • of

      static <K, V> Map.Transient<K,V> of(K key0, V value0)
    • of

      static <K, V> Map.Transient<K,V> of(K key0, V value0, K key1, V value1)
    • of

      static <K, V> Map.Transient<K,V> of(K key0, V value0, K key1, V value1, K key2, V value2)
    • of

      static <K, V> Map.Transient<K,V> of(K key0, V value0, K key1, V value1, K key2, V value2, K key3, V value3)
    • of

      static <K, V> Map.Transient<K,V> of(K key0, V value0, K key1, V value1, K key2, V value2, K key3, V value3, K key4, V value4)
    • of

      static <K, V> Map.Transient<K,V> of(K key0, V value0, K key1, V value1, K key2, V value2, K key3, V value3, K key4, V value4, K key5, V value5)