Class Byte2IntMaps.Singleton

All Implemented Interfaces:
Byte2IntFunction, Byte2IntMap, Function<Byte,Integer>, Serializable, Cloneable, Function<Byte,Integer>, IntUnaryOperator, Map<Byte,Integer>
Direct Known Subclasses:
Byte2IntSortedMaps.Singleton
Enclosing class:
Byte2IntMaps

public static class Byte2IntMaps.Singleton extends Byte2IntFunctions.Singleton implements Byte2IntMap, 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: