Class Long2LongSortedMaps.Singleton

All Implemented Interfaces:
Function<Long,Long>, Long2LongFunction, Long2LongMap, Long2LongSortedMap, Serializable, Cloneable, Function<Long,Long>, LongUnaryOperator, Map<Long,Long>, SortedMap<Long,Long>
Enclosing class:
Long2LongSortedMaps

public static class Long2LongSortedMaps.Singleton extends Long2LongMaps.Singleton implements Long2LongSortedMap, 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: