Class Float2ReferenceMaps.Singleton<V>

All Implemented Interfaces:
Float2ReferenceFunction<V>, Float2ReferenceMap<V>, Function<Float,V>, Serializable, Cloneable, DoubleFunction<V>, Function<Float,V>, Map<Float,V>
Direct Known Subclasses:
Float2ReferenceSortedMaps.Singleton
Enclosing class:
Float2ReferenceMaps

public static class Float2ReferenceMaps.Singleton<V> extends Float2ReferenceFunctions.Singleton<V> implements Float2ReferenceMap<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: