Class Reference2BooleanMaps.EmptyMap<K>

All Implemented Interfaces:
Function<K,Boolean>, Reference2BooleanFunction<K>, Reference2BooleanMap<K>, Serializable, Cloneable, Function<K,Boolean>, Predicate<K>, Map<K,Boolean>
Direct Known Subclasses:
Reference2BooleanSortedMaps.EmptySortedMap
Enclosing class:
Reference2BooleanMaps

public static class Reference2BooleanMaps.EmptyMap<K> extends Reference2BooleanFunctions.EmptyFunction<K> implements Reference2BooleanMap<K>, 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: