Package io.usethesource.capsule
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
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.usethesource.capsule.Map
Map.Immutable<K,
V>, Map.Transient<K, V> Nested classes/interfaces inherited from interface io.usethesource.capsule.MapEq
MapEq.Immutable<K,
V>, MapEq.Transient<K, V> -
Method Summary
Modifier and TypeMethodDescriptionboolean
freeze()
static <K,
V> Map.Transient <K, V> of()
static <K,
V> Map.Transient <K, V> of
(K key0, V value0) static <K,
V> Map.Transient <K, V> of
(K key0, V value0, K key1, V value1) static <K,
V> Map.Transient <K, V> of
(K key0, V value0, K key1, V value1, K key2, V value2) static <K,
V> Map.Transient <K, V> of
(K key0, V value0, K key1, V value1, K key2, V value2, K key3, V value3) 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) 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) Methods inherited from interface io.usethesource.capsule.Map
containsKey, containsValue, entryIterator, equals, get, hashCode, isEmpty, keyIterator, size, valueIterator
Methods inherited from interface java.util.Map
clear, compute, computeIfAbsent, computeIfPresent, entrySet, forEach, getOrDefault, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, values
Methods inherited from interface io.usethesource.capsule.MapEq
containsKeyEquivalent, containsValueEquivalent, equivalent, getEquivalent
Methods inherited from interface io.usethesource.capsule.MapEq.Transient
__putAllEquivalent, __putEquivalent, __removeEquivalent
-
Method Details
-
__put
-
__remove
-
__putAll
-
freeze
Map.Immutable<K,V> freeze() -
of
-
of
-
of
-
of
-
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)
-