Class Byte2ShortMaps.Singleton

All Implemented Interfaces:
Byte2ShortFunction, Byte2ShortMap, Function<Byte,Short>, Serializable, Cloneable, Function<Byte,Short>, IntUnaryOperator, Map<Byte,Short>
Direct Known Subclasses:
Byte2ShortSortedMaps.Singleton
Enclosing class:
Byte2ShortMaps

public static class Byte2ShortMaps.Singleton extends Byte2ShortFunctions.Singleton implements Byte2ShortMap, 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: