Class Double2ByteMaps.EmptyMap

All Implemented Interfaces:
Double2ByteFunction, Double2ByteMap, Function<Double,​Byte>, Serializable, Cloneable, DoubleToIntFunction, Function<Double,​Byte>, Map<Double,​Byte>
Direct Known Subclasses:
Double2ByteSortedMaps.EmptySortedMap
Enclosing class:
Double2ByteMaps

public static class Double2ByteMaps.EmptyMap
extends Double2ByteFunctions.EmptyFunction
implements Double2ByteMap, 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