Class Int2BooleanSortedMaps.EmptySortedMap

All Implemented Interfaces:
Function<Integer,Boolean>, Int2BooleanFunction, Int2BooleanMap, Int2BooleanSortedMap, Serializable, Cloneable, Function<Integer,Boolean>, IntPredicate, Map<Integer,Boolean>, SortedMap<Integer,Boolean>
Enclosing class:
Int2BooleanSortedMaps

public static class Int2BooleanSortedMaps.EmptySortedMap extends Int2BooleanMaps.EmptyMap implements Int2BooleanSortedMap, 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: