Class Float2IntMaps.Singleton

All Implemented Interfaces:
Float2IntFunction, Float2IntMap, Function<Float,Integer>, Serializable, Cloneable, DoubleToIntFunction, Function<Float,Integer>, Map<Float,Integer>
Direct Known Subclasses:
Float2IntSortedMaps.Singleton
Enclosing class:
Float2IntMaps

public static class Float2IntMaps.Singleton extends Float2IntFunctions.Singleton implements Float2IntMap, 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: