Class Short2ByteMaps.EmptyMap

All Implemented Interfaces:
Function<Short,Byte>, Short2ByteFunction, Short2ByteMap, Serializable, Cloneable, Function<Short,Byte>, IntUnaryOperator, Map<Short,Byte>
Direct Known Subclasses:
Short2ByteSortedMaps.EmptySortedMap
Enclosing class:
Short2ByteMaps

public static class Short2ByteMaps.EmptyMap extends Short2ByteFunctions.EmptyFunction implements Short2ByteMap, 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: