Class Byte2IntMaps.EmptyMap

All Implemented Interfaces:
Byte2IntFunction, Byte2IntMap, Function<Byte,Integer>, Serializable, Cloneable, Function<Byte,Integer>, IntUnaryOperator, Map<Byte,Integer>
Direct Known Subclasses:
Byte2IntSortedMaps.EmptySortedMap
Enclosing class:
Byte2IntMaps

public static class Byte2IntMaps.EmptyMap extends Byte2IntFunctions.EmptyFunction implements Byte2IntMap, 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: