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 interfaceDeprecated.static interfaceDeprecated. -
Method Summary
Modifier and TypeMethodDescriptiondefault booleanDeprecated.default booleanDeprecated.booleanequivalent(Object o, EqualityComparator<Object> cmp) Deprecated.default VgetEquivalent(Object o, EqualityComparator<Object> cmp) Deprecated.inthashCode()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