Class Float2ObjectMaps.Singleton<V>

All Implemented Interfaces:
Float2ObjectFunction<V>, Float2ObjectMap<V>, Function<Float,V>, Serializable, Cloneable, DoubleFunction<V>, Function<Float,V>, Map<Float,V>
Direct Known Subclasses:
Float2ObjectSortedMaps.Singleton
Enclosing class:
Float2ObjectMaps

public static class Float2ObjectMaps.Singleton<V> extends Float2ObjectFunctions.Singleton<V> implements Float2ObjectMap<V>, Serializable, Cloneable
An immutable class representing a type-specific singleton map.

This class may be useful to implement your own in case you subclass a type-specific map.

See Also: