Class Long2IntMaps.Singleton

All Implemented Interfaces:
Function<Long,Integer>, Long2IntFunction, Long2IntMap, Serializable, Cloneable, Function<Long,Integer>, LongToIntFunction, Map<Long,Integer>
Direct Known Subclasses:
Long2IntSortedMaps.Singleton
Enclosing class:
Long2IntMaps

public static class Long2IntMaps.Singleton extends Long2IntFunctions.Singleton implements Long2IntMap, 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: