Class Long2IntSortedMaps.EmptySortedMap

All Implemented Interfaces:
Function<Long,Integer>, Long2IntFunction, Long2IntMap, Long2IntSortedMap, Serializable, Cloneable, Function<Long,Integer>, LongToIntFunction, Map<Long,Integer>, SortedMap<Long,Integer>
Enclosing class:
Long2IntSortedMaps

public static class Long2IntSortedMaps.EmptySortedMap extends Long2IntMaps.EmptyMap implements Long2IntSortedMap, 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: