Class Long2ByteMaps.EmptyMap

All Implemented Interfaces:
Function<Long,Byte>, Long2ByteFunction, Long2ByteMap, Serializable, Cloneable, Function<Long,Byte>, LongToIntFunction, Map<Long,Byte>
Direct Known Subclasses:
Long2ByteSortedMaps.EmptySortedMap
Enclosing class:
Long2ByteMaps

public static class Long2ByteMaps.EmptyMap extends Long2ByteFunctions.EmptyFunction implements Long2ByteMap, 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: