Class Short2ReferenceMaps.Singleton<V>

All Implemented Interfaces:
Function<Short,V>, Short2ReferenceFunction<V>, Short2ReferenceMap<V>, Serializable, Cloneable, Function<Short,V>, IntFunction<V>, Map<Short,V>
Direct Known Subclasses:
Short2ReferenceSortedMaps.Singleton
Enclosing class:
Short2ReferenceMaps

public static class Short2ReferenceMaps.Singleton<V> extends Short2ReferenceFunctions.Singleton<V> implements Short2ReferenceMap<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: