Class Short2BooleanMaps.EmptyMap

All Implemented Interfaces:
Function<Short,​Boolean>, Short2BooleanFunction, Short2BooleanMap, Serializable, Cloneable, Function<Short,​Boolean>, IntPredicate, Map<Short,​Boolean>
Direct Known Subclasses:
Short2BooleanSortedMaps.EmptySortedMap
Enclosing class:
Short2BooleanMaps

public static class Short2BooleanMaps.EmptyMap
extends Short2BooleanFunctions.EmptyFunction
implements Short2BooleanMap, Serializable, Cloneable
An immutable class representing an empty type-specific map.

This class may be useful to implement your own in case you subclass a type-specific map.

See Also:
Serialized Form