Class Byte2LongMaps.EmptyMap

All Implemented Interfaces:
Byte2LongFunction, Byte2LongMap, Function<Byte,Long>, Serializable, Cloneable, Function<Byte,Long>, IntToLongFunction, Map<Byte,Long>
Direct Known Subclasses:
Byte2LongSortedMaps.EmptySortedMap
Enclosing class:
Byte2LongMaps

public static class Byte2LongMaps.EmptyMap extends Byte2LongFunctions.EmptyFunction implements Byte2LongMap, 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: