Class ImmutableSortedMapFauxverideShim<K,V>

java.lang.Object
com.google.common.collect.ImmutableMap<K,V>
com.google.common.collect.ImmutableSortedMapFauxverideShim<K,V>
All Implemented Interfaces:
Serializable, Map<K,V>
Direct Known Subclasses:
ImmutableSortedMap

abstract class ImmutableSortedMapFauxverideShim<K,V> extends ImmutableMap<K,V>
"Overrides" the ImmutableMap static methods that lack ImmutableSortedMap equivalents with deprecated, exception-throwing versions. See ImmutableSortedSetFauxverideShim for details.