Class Short2BooleanSortedMaps.EmptySortedMap

All Implemented Interfaces:
Function<Short,Boolean>, Short2BooleanFunction, Short2BooleanMap, Short2BooleanSortedMap, Serializable, Cloneable, Function<Short,Boolean>, IntPredicate, Map<Short,Boolean>, SortedMap<Short,Boolean>
Enclosing class:
Short2BooleanSortedMaps

public static class Short2BooleanSortedMaps.EmptySortedMap extends Short2BooleanMaps.EmptyMap implements Short2BooleanSortedMap, 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: