Class Int2ObjectSortedMaps.Singleton<V>

All Implemented Interfaces:
Function<Integer,​V>, Int2ObjectFunction<V>, Int2ObjectMap<V>, Int2ObjectSortedMap<V>, Serializable, Cloneable, Function<Integer,​V>, IntFunction<V>, Map<Integer,​V>, SortedMap<Integer,​V>
Enclosing class:
Int2ObjectSortedMaps

public static class Int2ObjectSortedMaps.Singleton<V>
extends Int2ObjectMaps.Singleton<V>
implements Int2ObjectSortedMap<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:
Serialized Form