Class Int2ObjectSortedMaps.UnmodifiableSortedMap<V>

All Implemented Interfaces:
Function<Integer,V>, Int2ObjectFunction<V>, Int2ObjectMap<V>, Int2ObjectSortedMap<V>, Serializable, Function<Integer,V>, IntFunction<V>, Map<Integer,V>, SortedMap<Integer,V>
Enclosing class:
Int2ObjectSortedMaps

public static class Int2ObjectSortedMaps.UnmodifiableSortedMap<V> extends Int2ObjectMaps.UnmodifiableMap<V> implements Int2ObjectSortedMap<V>, Serializable
An unmodifiable wrapper class for sorted maps.
See Also: