Interface Map.Transient<K,​V>

    • Method Detail

      • __put

        V __put​(K key,
                V val)
      • __remove

        V __remove​(K key)
      • __putAll

        boolean __putAll​(java.util.Map<? extends K,​? extends V> map)
      • 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)