Class Long2IntSortedMaps.Singleton

All Implemented Interfaces:
Function<Long,Integer>, Long2IntFunction, Long2IntMap, Long2IntSortedMap, Serializable, Cloneable, Function<Long,Integer>, LongToIntFunction, Map<Long,Integer>, SortedMap<Long,Integer>
Enclosing class:
Long2IntSortedMaps

public static class Long2IntSortedMaps.Singleton extends Long2IntMaps.Singleton implements Long2IntSortedMap, 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: