Class Object2ObjectSortedMaps.UnmodifiableSortedMap<K,V>

All Implemented Interfaces:
Function<K,V>, Object2ObjectFunction<K,V>, Object2ObjectMap<K,V>, Object2ObjectSortedMap<K,V>, Serializable, Function<K,V>, Map<K,V>, SortedMap<K,V>
Enclosing class:
Object2ObjectSortedMaps

public static class Object2ObjectSortedMaps.UnmodifiableSortedMap<K,V> extends Object2ObjectMaps.UnmodifiableMap<K,V> implements Object2ObjectSortedMap<K,V>, Serializable
An unmodifiable wrapper class for sorted maps.
See Also: