Class Long2BooleanMaps.EmptyMap

All Implemented Interfaces:
Function<Long,Boolean>, Long2BooleanFunction, Long2BooleanMap, Serializable, Cloneable, Function<Long,Boolean>, LongPredicate, Map<Long,Boolean>
Direct Known Subclasses:
Long2BooleanSortedMaps.EmptySortedMap
Enclosing class:
Long2BooleanMaps

public static class Long2BooleanMaps.EmptyMap extends Long2BooleanFunctions.EmptyFunction implements Long2BooleanMap, 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: