Class Short2LongMaps.Singleton

All Implemented Interfaces:
Function<Short,Long>, Short2LongFunction, Short2LongMap, Serializable, Cloneable, Function<Short,Long>, IntToLongFunction, Map<Short,Long>
Direct Known Subclasses:
Short2LongSortedMaps.Singleton
Enclosing class:
Short2LongMaps

public static class Short2LongMaps.Singleton extends Short2LongFunctions.Singleton implements Short2LongMap, 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: