Class Long2ByteMaps.Singleton

All Implemented Interfaces:
Function<Long,Byte>, Long2ByteFunction, Long2ByteMap, Serializable, Cloneable, Function<Long,Byte>, LongToIntFunction, Map<Long,Byte>
Direct Known Subclasses:
Long2ByteSortedMaps.Singleton
Enclosing class:
Long2ByteMaps

public static class Long2ByteMaps.Singleton extends Long2ByteFunctions.Singleton implements Long2ByteMap, 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: