Class Int2BooleanMaps.Singleton

All Implemented Interfaces:
Function<Integer,Boolean>, Int2BooleanFunction, Int2BooleanMap, Serializable, Cloneable, Function<Integer,Boolean>, IntPredicate, Map<Integer,Boolean>
Direct Known Subclasses:
Int2BooleanSortedMaps.Singleton
Enclosing class:
Int2BooleanMaps

public static class Int2BooleanMaps.Singleton extends Int2BooleanFunctions.Singleton implements Int2BooleanMap, 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: