Class Byte2LongMaps.Singleton

All Implemented Interfaces:
Byte2LongFunction, Byte2LongMap, Function<Byte,Long>, Serializable, Cloneable, Function<Byte,Long>, IntToLongFunction, Map<Byte,Long>
Direct Known Subclasses:
Byte2LongSortedMaps.Singleton
Enclosing class:
Byte2LongMaps

public static class Byte2LongMaps.Singleton extends Byte2LongFunctions.Singleton implements Byte2LongMap, 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: