Class Object2ByteMaps.EmptyMap<K>

All Implemented Interfaces:
Function<K,Byte>, Object2ByteFunction<K>, Object2ByteMap<K>, Serializable, Cloneable, Function<K,Byte>, ToIntFunction<K>, Map<K,Byte>
Direct Known Subclasses:
Object2ByteSortedMaps.EmptySortedMap
Enclosing class:
Object2ByteMaps

public static class Object2ByteMaps.EmptyMap<K> extends Object2ByteFunctions.EmptyFunction<K> implements Object2ByteMap<K>, 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: