Class AbstractUnmodifiableMap<K,V>

java.lang.Object
java.util.AbstractMap<K,V>
org.pcollections.AbstractUnmodifiableMap<K,V>
Type Parameters:
K - the type of keys maintained by this map
V - the type of mapped values
All Implemented Interfaces:
Map<K,V>
Direct Known Subclasses:
HashPMap, IntTreePMap, OrderedPMap, TreePMap

public abstract class AbstractUnmodifiableMap<K,V> extends AbstractMap<K,V>
A subclass of AbstractMap that overrides the various mutator methods to mark them as deprecated and unconditionally throw UnsupportedOperationException.
Since:
3.2.0