Class Long2LongMaps.Singleton

All Implemented Interfaces:
Function<Long,Long>, Long2LongFunction, Long2LongMap, Serializable, Cloneable, Function<Long,Long>, LongUnaryOperator, Map<Long,Long>
Direct Known Subclasses:
Long2LongSortedMaps.Singleton
Enclosing class:
Long2LongMaps

public static class Long2LongMaps.Singleton extends Long2LongFunctions.Singleton implements Long2LongMap, 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: