Package io.usethesource.capsule
Interface Map<K,V>
- All Known Subinterfaces:
Map.Immutable<K,,V> Map.Transient<K,V>
- All Known Implementing Classes:
AbstractImmutableMap,AbstractSpecialisedImmutableMap,Map0,Map1,Map2,Map3,Map4,Map5,PersistentTrieMap,PersistentTrieMap.TransientTrieMap
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfacestatic interface -
Method Summary
Methods inherited from interface java.util.Map
clear, compute, computeIfAbsent, computeIfPresent, entrySet, forEach, getOrDefault, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, valuesMethods inherited from interface io.usethesource.capsule.MapEq
containsKeyEquivalent, containsValueEquivalent, equivalent, getEquivalent
-
Method Details
-
size
int size() -
isEmpty
boolean isEmpty() -
containsKey
- Specified by:
containsKeyin interfaceMap<K,V>
-
containsValue
- Specified by:
containsValuein interfaceMap<K,V>
-
get
-
keyIterator
-
valueIterator
-
entryIterator
-
equals
-
hashCode
int hashCode()
-