Class Int2ByteMaps.EmptyMap

All Implemented Interfaces:
Function<Integer,Byte>, Int2ByteFunction, Int2ByteMap, Serializable, Cloneable, Function<Integer,Byte>, IntUnaryOperator, Map<Integer,Byte>
Direct Known Subclasses:
Int2ByteSortedMaps.EmptySortedMap
Enclosing class:
Int2ByteMaps

public static class Int2ByteMaps.EmptyMap extends Int2ByteFunctions.EmptyFunction implements Int2ByteMap, 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: