Interface Map<K,V>

All Superinterfaces:
Map<K,V>, MapEq<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

public interface Map<K,V> extends Map<K,V>, MapEq<K,V>