Class Byte2ReferenceMaps.EmptyMap<V>

All Implemented Interfaces:
Byte2ReferenceFunction<V>, Byte2ReferenceMap<V>, Function<Byte,V>, Serializable, Cloneable, Function<Byte,V>, IntFunction<V>, Map<Byte,V>
Direct Known Subclasses:
Byte2ReferenceSortedMaps.EmptySortedMap
Enclosing class:
Byte2ReferenceMaps

public static class Byte2ReferenceMaps.EmptyMap<V> extends Byte2ReferenceFunctions.EmptyFunction<V> implements Byte2ReferenceMap<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: