Class Byte2ObjectMaps.Singleton<V>

All Implemented Interfaces:
Byte2ObjectFunction<V>, Byte2ObjectMap<V>, Function<Byte,V>, Serializable, Cloneable, Function<Byte,V>, IntFunction<V>, Map<Byte,V>
Direct Known Subclasses:
Byte2ObjectSortedMaps.Singleton
Enclosing class:
Byte2ObjectMaps

public static class Byte2ObjectMaps.Singleton<V> extends Byte2ObjectFunctions.Singleton<V> implements Byte2ObjectMap<V>, Serializable, Cloneable
An immutable class representing a type-specific singleton map.

This class may be useful to implement your own in case you subclass a type-specific map.

See Also: