Class Int2ShortMaps.Singleton

All Implemented Interfaces:
Function<Integer,Short>, Int2ShortFunction, Int2ShortMap, Serializable, Cloneable, Function<Integer,Short>, IntUnaryOperator, Map<Integer,Short>
Direct Known Subclasses:
Int2ShortSortedMaps.Singleton
Enclosing class:
Int2ShortMaps

public static class Int2ShortMaps.Singleton extends Int2ShortFunctions.Singleton implements Int2ShortMap, 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: