Class Byte2BooleanMaps.EmptyMap

All Implemented Interfaces:
Byte2BooleanFunction, Byte2BooleanMap, Function<Byte,Boolean>, Serializable, Cloneable, Function<Byte,Boolean>, IntPredicate, Map<Byte,Boolean>
Direct Known Subclasses:
Byte2BooleanSortedMaps.EmptySortedMap
Enclosing class:
Byte2BooleanMaps

public static class Byte2BooleanMaps.EmptyMap extends Byte2BooleanFunctions.EmptyFunction implements Byte2BooleanMap, 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: