Class Int2IntMaps.UnmodifiableMap

All Implemented Interfaces:
Function<Integer,Integer>, Int2IntFunction, Int2IntMap, Serializable, Function<Integer,Integer>, IntUnaryOperator, Map<Integer,Integer>
Direct Known Subclasses:
Int2IntSortedMaps.UnmodifiableSortedMap
Enclosing class:
Int2IntMaps

public static class Int2IntMaps.UnmodifiableMap extends Int2IntFunctions.UnmodifiableFunction implements Int2IntMap, Serializable
An unmodifiable wrapper class for maps.
See Also: