Class Long2BooleanSortedMaps.Singleton

All Implemented Interfaces:
Function<Long,Boolean>, Long2BooleanFunction, Long2BooleanMap, Long2BooleanSortedMap, Serializable, Cloneable, Function<Long,Boolean>, LongPredicate, Map<Long,Boolean>, SortedMap<Long,Boolean>
Enclosing class:
Long2BooleanSortedMaps

public static class Long2BooleanSortedMaps.Singleton extends Long2BooleanMaps.Singleton implements Long2BooleanSortedMap, 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: