Class Byte2ShortMaps.EmptyMap

All Implemented Interfaces:
Byte2ShortFunction, Byte2ShortMap, Function<Byte,Short>, Serializable, Cloneable, Function<Byte,Short>, IntUnaryOperator, Map<Byte,Short>
Direct Known Subclasses:
Byte2ShortSortedMaps.EmptySortedMap
Enclosing class:
Byte2ShortMaps

public static class Byte2ShortMaps.EmptyMap extends Byte2ShortFunctions.EmptyFunction implements Byte2ShortMap, 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: