Class Short2IntMaps.Singleton

All Implemented Interfaces:
Function<Short,Integer>, Short2IntFunction, Short2IntMap, Serializable, Cloneable, Function<Short,Integer>, IntUnaryOperator, Map<Short,Integer>
Direct Known Subclasses:
Short2IntSortedMaps.Singleton
Enclosing class:
Short2IntMaps

public static class Short2IntMaps.Singleton extends Short2IntFunctions.Singleton implements Short2IntMap, 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: