Class Int2ReferenceSortedMaps.EmptySortedMap<V>

All Implemented Interfaces:
Function<Integer,​V>, Int2ReferenceFunction<V>, Int2ReferenceMap<V>, Int2ReferenceSortedMap<V>, Serializable, Cloneable, Function<Integer,​V>, IntFunction<V>, Map<Integer,​V>, SortedMap<Integer,​V>
Enclosing class:
Int2ReferenceSortedMaps

public static class Int2ReferenceSortedMaps.EmptySortedMap<V>
extends Int2ReferenceMaps.EmptyMap<V>
implements Int2ReferenceSortedMap<V>, Serializable, Cloneable
An immutable class representing an empty type-specific sorted map.

This class may be useful to implement your own in case you subclass a type-specific sorted map.

See Also:
Serialized Form