Interface Int2BooleanSortedMap

All Superinterfaces:
Function<Integer,Boolean>, Function<Integer,Boolean>, Int2BooleanFunction, Int2BooleanMap, IntPredicate, Map<Integer,Boolean>, SortedMap<Integer,Boolean>
All Known Implementing Classes:
AbstractInt2BooleanSortedMap, Int2BooleanAVLTreeMap, Int2BooleanLinkedOpenHashMap, Int2BooleanRBTreeMap, Int2BooleanSortedMaps.EmptySortedMap, Int2BooleanSortedMaps.Singleton, Int2BooleanSortedMaps.SynchronizedSortedMap, Int2BooleanSortedMaps.UnmodifiableSortedMap

public interface Int2BooleanSortedMap extends Int2BooleanMap, SortedMap<Integer,Boolean>
A type-specific SortedMap; provides some additional methods that use polymorphism to avoid (un)boxing.

Additionally, this interface strengthens entrySet(), keySet(), values(), comparator(), SortedMap.subMap(Object,Object), SortedMap.headMap(Object) and SortedMap.tailMap(Object).

See Also: