Class Int2LongMaps.Singleton

All Implemented Interfaces:
Function<Integer,Long>, Int2LongFunction, Int2LongMap, Serializable, Cloneable, Function<Integer,Long>, IntToLongFunction, Map<Integer,Long>
Direct Known Subclasses:
Int2LongSortedMaps.Singleton
Enclosing class:
Int2LongMaps

public static class Int2LongMaps.Singleton extends Int2LongFunctions.Singleton implements Int2LongMap, 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: