- All Superinterfaces:
Iterable<Pair<K,V>>, Iterable<Pair<K,V>>, Traversable<Pair<K,V>>
- All Known Subinterfaces:
SortedMap<K,V>
- All Known Implementing Classes:
AbstractMap, AbstractSortedMap, DerivedKeyHashMap, HashMap, ListMap, ListMap.Node, TreeMap
-
Method Summary
Returns an immutable view of this map as an instance of
Map.
boolean
Returns true if this map contains the specified key.
Returns the value associated with the key or null if the no value exists with the key specified.
Returns the keys for this map.
Returns a map with the value specified associated to the key specified.
Returns a map with the value associated with the key removed if it exists.
Returns the values for this map.
Methods inherited from interface Traversable
forEach, isEmpty, makeString, makeString, size, to, toArray, toArray, toIndexedList, toSet, toSortedSet