Class Object2IntMaps.UnmodifiableMap<K>

All Implemented Interfaces:
Function<K,Integer>, Object2IntFunction<K>, Object2IntMap<K>, Serializable, Function<K,Integer>, ToIntFunction<K>, Map<K,Integer>
Direct Known Subclasses:
Object2IntSortedMaps.UnmodifiableSortedMap
Enclosing class:
Object2IntMaps

public static class Object2IntMaps.UnmodifiableMap<K> extends Object2IntFunctions.UnmodifiableFunction<K> implements Object2IntMap<K>, Serializable
An unmodifiable wrapper class for maps.
See Also: