Class Int2ByteMaps.Singleton

All Implemented Interfaces:
Function<Integer,Byte>, Int2ByteFunction, Int2ByteMap, Serializable, Cloneable, Function<Integer,Byte>, IntUnaryOperator, Map<Integer,Byte>
Direct Known Subclasses:
Int2ByteSortedMaps.Singleton
Enclosing class:
Int2ByteMaps

public static class Int2ByteMaps.Singleton extends Int2ByteFunctions.Singleton implements Int2ByteMap, 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: