Class Float2ByteMaps.Singleton

All Implemented Interfaces:
Float2ByteFunction, Float2ByteMap, Function<Float,Byte>, Serializable, Cloneable, DoubleToIntFunction, Function<Float,Byte>, Map<Float,Byte>
Direct Known Subclasses:
Float2ByteSortedMaps.Singleton
Enclosing class:
Float2ByteMaps

public static class Float2ByteMaps.Singleton extends Float2ByteFunctions.Singleton implements Float2ByteMap, 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: