Class Byte2LongSortedMaps.Singleton

All Implemented Interfaces:
Byte2LongFunction, Byte2LongMap, Byte2LongSortedMap, Function<Byte,Long>, Serializable, Cloneable, Function<Byte,Long>, IntToLongFunction, Map<Byte,Long>, SortedMap<Byte,Long>
Enclosing class:
Byte2LongSortedMaps

public static class Byte2LongSortedMaps.Singleton extends Byte2LongMaps.Singleton implements Byte2LongSortedMap, Serializable, Cloneable
An immutable class representing a type-specific singleton sorted map.

This class may be useful to implement your own in case you subclass a type-specific sorted map.

See Also: