Class Int2LongSortedMaps.EmptySortedMap

All Implemented Interfaces:
Function<Integer,Long>, Int2LongFunction, Int2LongMap, Int2LongSortedMap, Serializable, Cloneable, Function<Integer,Long>, IntToLongFunction, Map<Integer,Long>, SortedMap<Integer,Long>
Enclosing class:
Int2LongSortedMaps

public static class Int2LongSortedMaps.EmptySortedMap extends Int2LongMaps.EmptyMap implements Int2LongSortedMap, 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: