Class Long2ReferenceSortedMaps.Singleton<V>

All Implemented Interfaces:
Function<Long,V>, Long2ReferenceFunction<V>, Long2ReferenceMap<V>, Long2ReferenceSortedMap<V>, Serializable, Cloneable, Function<Long,V>, LongFunction<V>, Map<Long,V>, SortedMap<Long,V>
Enclosing class:
Long2ReferenceSortedMaps

public static class Long2ReferenceSortedMaps.Singleton<V> extends Long2ReferenceMaps.Singleton<V> implements Long2ReferenceSortedMap<V>, 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: