Class Byte2ByteMaps.EmptyMap

All Implemented Interfaces:
Byte2ByteFunction, Byte2ByteMap, Function<Byte,Byte>, Serializable, Cloneable, Function<Byte,Byte>, IntUnaryOperator, Map<Byte,Byte>
Direct Known Subclasses:
Byte2ByteSortedMaps.EmptySortedMap
Enclosing class:
Byte2ByteMaps

public static class Byte2ByteMaps.EmptyMap extends Byte2ByteFunctions.EmptyFunction implements Byte2ByteMap, 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: