Class Float2ByteMaps.EmptyMap

All Implemented Interfaces:
Float2ByteFunction, Float2ByteMap, Function<Float,Byte>, Serializable, Cloneable, DoubleToIntFunction, Function<Float,Byte>, Map<Float,Byte>
Direct Known Subclasses:
Float2ByteSortedMaps.EmptySortedMap
Enclosing class:
Float2ByteMaps

public static class Float2ByteMaps.EmptyMap extends Float2ByteFunctions.EmptyFunction implements Float2ByteMap, 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: