Class Byte2ObjectSortedMaps.Singleton<V>

All Implemented Interfaces:
Byte2ObjectFunction<V>, Byte2ObjectMap<V>, Byte2ObjectSortedMap<V>, Function<Byte,​V>, Serializable, Cloneable, Function<Byte,​V>, IntFunction<V>, Map<Byte,​V>, SortedMap<Byte,​V>
Enclosing class:
Byte2ObjectSortedMaps

public static class Byte2ObjectSortedMaps.Singleton<V>
extends Byte2ObjectMaps.Singleton<V>
implements Byte2ObjectSortedMap<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