Class Int2IntMaps.Singleton

All Implemented Interfaces:
Function<Integer,Integer>, Int2IntFunction, Int2IntMap, Serializable, Cloneable, Function<Integer,Integer>, IntUnaryOperator, Map<Integer,Integer>
Direct Known Subclasses:
Int2IntSortedMaps.Singleton
Enclosing class:
Int2IntMaps

public static class Int2IntMaps.Singleton extends Int2IntFunctions.Singleton implements Int2IntMap, 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: