Class Int2BooleanMaps.EmptyMap

All Implemented Interfaces:
Function<Integer,Boolean>, Int2BooleanFunction, Int2BooleanMap, Serializable, Cloneable, Function<Integer,Boolean>, IntPredicate, Map<Integer,Boolean>
Direct Known Subclasses:
Int2BooleanSortedMaps.EmptySortedMap
Enclosing class:
Int2BooleanMaps

public static class Int2BooleanMaps.EmptyMap extends Int2BooleanFunctions.EmptyFunction implements Int2BooleanMap, 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: