T - the type of elements maintained by this Collectionpublic interface Object2BooleanNavigableMap<T> extends Object2BooleanSortedMap<T>, java.util.NavigableMap<T,java.lang.Boolean>
Object2BooleanSortedMap.FastSortedSet<T>Object2BooleanMap.Entry<T>, Object2BooleanMap.FastEntrySet<T>comparator, firstBooleanValue, getAndMoveToFirst, getAndMoveToLast, keySet, lastBooleanValue, moveToFirst, moveToLast, pollFirstKey, pollLastKey, putAndMoveToFirst, putAndMoveToLast, valuescompute, computeBoolean, computeBooleanIfAbsent, computeBooleanIfPresent, computeIfAbsent, computeIfPresent, containsValue, containsValue, entrySet, forEach, forEach, get, getBoolean, getDefaultReturnValue, getOrDefault, getOrDefault, merge, mergeAllBoolean, mergeBoolean, object2BooleanEntrySet, put, put, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, rem, remOrDefault, remove, remove, remove, replace, replace, replace, replace, replaceAll, replaceBooleans, replaceBooleans, setDefaultReturnValueObject2BooleanNavigableMap<T> descendingMap()
descendingMap in interface java.util.NavigableMap<T,java.lang.Boolean>ObjectNavigableSet<T> navigableKeySet()
navigableKeySet in interface java.util.NavigableMap<T,java.lang.Boolean>ObjectNavigableSet<T> descendingKeySet()
descendingKeySet in interface java.util.NavigableMap<T,java.lang.Boolean>Object2BooleanMap.Entry<T> firstEntry()
firstEntry in interface java.util.NavigableMap<T,java.lang.Boolean>Object2BooleanMap.Entry<T> lastEntry()
lastEntry in interface java.util.NavigableMap<T,java.lang.Boolean>Object2BooleanMap.Entry<T> pollFirstEntry()
pollFirstEntry in interface java.util.NavigableMap<T,java.lang.Boolean>Object2BooleanMap.Entry<T> pollLastEntry()
pollLastEntry in interface java.util.NavigableMap<T,java.lang.Boolean>default Object2BooleanMap.Entry<T> lowerEntry(T key)
lowerEntry in interface java.util.NavigableMap<T,java.lang.Boolean>default Object2BooleanMap.Entry<T> floorEntry(T key)
floorEntry in interface java.util.NavigableMap<T,java.lang.Boolean>default Object2BooleanMap.Entry<T> ceilingEntry(T key)
ceilingEntry in interface java.util.NavigableMap<T,java.lang.Boolean>default Object2BooleanMap.Entry<T> higherEntry(T key)
higherEntry in interface java.util.NavigableMap<T,java.lang.Boolean>Object2BooleanNavigableMap<T> subMap(T fromKey, boolean fromInclusive, T toKey, boolean toInclusive)
subMap in interface java.util.NavigableMap<T,java.lang.Boolean>Object2BooleanNavigableMap<T> headMap(T toKey, boolean inclusive)
headMap in interface java.util.NavigableMap<T,java.lang.Boolean>Object2BooleanNavigableMap<T> tailMap(T fromKey, boolean inclusive)
tailMap in interface java.util.NavigableMap<T,java.lang.Boolean>default Object2BooleanNavigableMap<T> subMap(T fromKey, T toKey)
subMap in interface java.util.NavigableMap<T,java.lang.Boolean>subMap in interface Object2BooleanSortedMap<T>subMap in interface java.util.SortedMap<T,java.lang.Boolean>default Object2BooleanNavigableMap<T> headMap(T toKey)
headMap in interface java.util.NavigableMap<T,java.lang.Boolean>headMap in interface Object2BooleanSortedMap<T>headMap in interface java.util.SortedMap<T,java.lang.Boolean>default Object2BooleanNavigableMap<T> tailMap(T fromKey)
tailMap in interface java.util.NavigableMap<T,java.lang.Boolean>tailMap in interface Object2BooleanSortedMap<T>tailMap in interface java.util.SortedMap<T,java.lang.Boolean>