Class Int2LongSortedMaps.Singleton

All Implemented Interfaces:
Function<Integer,Long>, Int2LongFunction, Int2LongMap, Int2LongSortedMap, Serializable, Cloneable, Function<Integer,Long>, IntToLongFunction, Map<Integer,Long>, SortedMap<Integer,Long>
Enclosing class:
Int2LongSortedMaps

public static class Int2LongSortedMaps.Singleton extends Int2LongMaps.Singleton implements Int2LongSortedMap, 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: