Class Int2IntSortedMaps.EmptySortedMap

All Implemented Interfaces:
Function<Integer,Integer>, Int2IntFunction, Int2IntMap, Int2IntSortedMap, Serializable, Cloneable, Function<Integer,Integer>, IntUnaryOperator, Map<Integer,Integer>, SortedMap<Integer,Integer>
Enclosing class:
Int2IntSortedMaps

public static class Int2IntSortedMaps.EmptySortedMap extends Int2IntMaps.EmptyMap implements Int2IntSortedMap, 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: