Class Reference2ByteMaps.EmptyMap<K>

All Implemented Interfaces:
Function<K,​Byte>, Reference2ByteFunction<K>, Reference2ByteMap<K>, Serializable, Cloneable, Function<K,​Byte>, ToIntFunction<K>, Map<K,​Byte>
Direct Known Subclasses:
Reference2ByteSortedMaps.EmptySortedMap
Enclosing class:
Reference2ByteMaps

public static class Reference2ByteMaps.EmptyMap<K>
extends Reference2ByteFunctions.EmptyFunction<K>
implements Reference2ByteMap<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:
Serialized Form