Class Int2ObjectMaps.UnmodifiableMap<V>

All Implemented Interfaces:
Function<Integer,V>, Int2ObjectFunction<V>, Int2ObjectMap<V>, Serializable, Function<Integer,V>, IntFunction<V>, Map<Integer,V>
Direct Known Subclasses:
Int2ObjectSortedMaps.UnmodifiableSortedMap
Enclosing class:
Int2ObjectMaps

public static class Int2ObjectMaps.UnmodifiableMap<V> extends Int2ObjectFunctions.UnmodifiableFunction<V> implements Int2ObjectMap<V>, Serializable
An unmodifiable wrapper class for maps.
See Also:
  • Method Details