Package io.usethesource.capsule
Interface MapEq<K,V>
- All Superinterfaces:
Map<K,
V>
- All Known Subinterfaces:
Map<K,
,V> Map.Immutable<K,
,V> Map.Transient<K,
,V> MapEq.Immutable<K,
,V> MapEq.Transient<K,
V>
- All Known Implementing Classes:
AbstractImmutableMap
,AbstractSpecialisedImmutableMap
,Map0
,Map1
,Map2
,Map3
,Map4
,Map5
,PersistentTrieMap
,PersistentTrieMap.TransientTrieMap
Deprecated.
Map extension providing methods that take a comparator. Closes over base (and not extended) map.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
Deprecated.static interface
Deprecated. -
Method Summary
Modifier and TypeMethodDescriptiondefault boolean
Deprecated.default boolean
Deprecated.boolean
equivalent
(Object o, EqualityComparator<Object> cmp) Deprecated.default V
getEquivalent
(Object o, EqualityComparator<Object> cmp) Deprecated.int
hashCode()
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