Package io.usethesource.capsule
Interface MapEq.Transient<K,V>
-
- All Superinterfaces:
java.util.Map<K,V>
,MapEq<K,V>
- All Known Subinterfaces:
Map.Transient<K,V>
- All Known Implementing Classes:
PersistentTrieMap.TransientTrieMap
@Deprecated public static interface MapEq.Transient<K,V> extends MapEq<K,V>
Deprecated.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface java.util.Map
java.util.Map.Entry<K extends java.lang.Object,V extends java.lang.Object>
-
Nested classes/interfaces inherited from interface io.usethesource.capsule.MapEq
MapEq.Immutable<K,V>, MapEq.Transient<K,V>
-
-
Method Summary
All Methods Instance Methods Default Methods Deprecated Methods Modifier and Type Method Description default boolean
__putAllEquivalent(java.util.Map<? extends K,? extends V> map, EqualityComparator<java.lang.Object> cmp)
Deprecated.default V
__putEquivalent(K key, V val, EqualityComparator<java.lang.Object> cmp)
Deprecated.default V
__removeEquivalent(K key, EqualityComparator<java.lang.Object> cmp)
Deprecated.-
Methods inherited from interface java.util.Map
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
Methods inherited from interface io.usethesource.capsule.MapEq
containsKeyEquivalent, containsValueEquivalent, equivalent, getEquivalent, hashCode
-
-
-
-
Method Detail
-
__putEquivalent
default V __putEquivalent(K key, V val, EqualityComparator<java.lang.Object> cmp)
Deprecated.
-
__removeEquivalent
default V __removeEquivalent(K key, EqualityComparator<java.lang.Object> cmp)
Deprecated.
-
__putAllEquivalent
default boolean __putAllEquivalent(java.util.Map<? extends K,? extends V> map, EqualityComparator<java.lang.Object> cmp)
Deprecated.
-
-