Class Object2BooleanSortedMaps.Singleton<K>

All Implemented Interfaces:
Function<K,​Boolean>, Object2BooleanFunction<K>, Object2BooleanMap<K>, Object2BooleanSortedMap<K>, Serializable, Cloneable, Function<K,​Boolean>, Predicate<K>, Map<K,​Boolean>, SortedMap<K,​Boolean>
Enclosing class:
Object2BooleanSortedMaps

public static class Object2BooleanSortedMaps.Singleton<K>
extends Object2BooleanMaps.Singleton<K>
implements Object2BooleanSortedMap<K>, Serializable, Cloneable
An immutable class representing a type-specific singleton sorted map.

This class may be useful to implement your own in case you subclass a type-specific sorted map.

See Also:
Serialized Form