Class Byte2ObjectMaps.EmptyMap<V>

All Implemented Interfaces:
Byte2ObjectFunction<V>, Byte2ObjectMap<V>, Function<Byte,​V>, Serializable, Cloneable, Function<Byte,​V>, IntFunction<V>, Map<Byte,​V>
Direct Known Subclasses:
Byte2ObjectSortedMaps.EmptySortedMap
Enclosing class:
Byte2ObjectMaps

public static class Byte2ObjectMaps.EmptyMap<V>
extends Byte2ObjectFunctions.EmptyFunction<V>
implements Byte2ObjectMap<V>, 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