T - the type of elements maintained by this Collectionpublic interface Object2IntNavigableMap<T> extends Object2IntSortedMap<T>, java.util.NavigableMap<T,java.lang.Integer>
Object2IntSortedMap.FastSortedSet<T>Object2IntMap.BuilderCache<T>, Object2IntMap.Entry<T>, Object2IntMap.FastEntrySet<T>, Object2IntMap.MapBuildercomparator, firstIntValue, lastIntValue, pollFirstKey, pollLastKey, valuesaddTo, addToAll, builder, compute, computeIfAbsent, computeIfPresent, computeInt, computeIntIfAbsent, computeIntIfPresent, containsValue, containsValue, entrySet, forEach, forEach, get, getDefaultReturnValue, getInt, getOrDefault, getOrDefault, merge, mergeAllInt, mergeInt, object2IntEntrySet, put, put, putAll, putAll, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, rem, remOrDefault, remove, remove, remove, replace, replace, replace, replace, replaceAll, replaceInts, replaceInts, setDefaultReturnValue, subFrom, supplyIntIfAbsentapplyAsIntObject2IntNavigableMap<T> copy()
Object2IntMapcopy in interface Object2IntMap<T>copy in interface Object2IntSortedMap<T>Object2IntNavigableMap<T> descendingMap()
descendingMap in interface java.util.NavigableMap<T,java.lang.Integer>ObjectNavigableSet<T> navigableKeySet()
navigableKeySet in interface java.util.NavigableMap<T,java.lang.Integer>ObjectNavigableSet<T> descendingKeySet()
descendingKeySet in interface java.util.NavigableMap<T,java.lang.Integer>Object2IntMap.Entry<T> firstEntry()
firstEntry in interface java.util.NavigableMap<T,java.lang.Integer>Object2IntMap.Entry<T> lastEntry()
lastEntry in interface java.util.NavigableMap<T,java.lang.Integer>Object2IntMap.Entry<T> pollFirstEntry()
pollFirstEntry in interface java.util.NavigableMap<T,java.lang.Integer>Object2IntMap.Entry<T> pollLastEntry()
pollLastEntry in interface java.util.NavigableMap<T,java.lang.Integer>ObjectNavigableSet<T> keySet()
keySet in interface java.util.Map<T,java.lang.Integer>keySet in interface Object2IntMap<T>keySet in interface Object2IntSortedMap<T>keySet in interface java.util.SortedMap<T,java.lang.Integer>default Object2IntNavigableMap<T> synchronize()
synchronize in interface Object2IntMap<T>synchronize in interface Object2IntSortedMap<T>Object2IntMaps.synchronize(speiger.src.collections.objects.maps.interfaces.Object2IntMap<T>)default Object2IntNavigableMap<T> synchronize(java.lang.Object mutex)
synchronize in interface Object2IntMap<T>synchronize in interface Object2IntSortedMap<T>mutex - is the controller of the synchronization blockObject2IntMaps.synchronize(speiger.src.collections.objects.maps.interfaces.Object2IntMap<T>)default Object2IntNavigableMap<T> unmodifiable()
unmodifiable in interface Object2IntMap<T>unmodifiable in interface Object2IntSortedMap<T>Object2IntMaps.unmodifiable(speiger.src.collections.objects.maps.interfaces.Object2IntMap<T>)Object2IntMap.Entry<T> lowerEntry(T key)
lowerEntry in interface java.util.NavigableMap<T,java.lang.Integer>Object2IntMap.Entry<T> floorEntry(T key)
floorEntry in interface java.util.NavigableMap<T,java.lang.Integer>Object2IntMap.Entry<T> ceilingEntry(T key)
ceilingEntry in interface java.util.NavigableMap<T,java.lang.Integer>Object2IntMap.Entry<T> higherEntry(T key)
higherEntry in interface java.util.NavigableMap<T,java.lang.Integer>Object2IntNavigableMap<T> subMap(T fromKey, boolean fromInclusive, T toKey, boolean toInclusive)
subMap in interface java.util.NavigableMap<T,java.lang.Integer>Object2IntNavigableMap<T> headMap(T toKey, boolean inclusive)
headMap in interface java.util.NavigableMap<T,java.lang.Integer>Object2IntNavigableMap<T> tailMap(T fromKey, boolean inclusive)
tailMap in interface java.util.NavigableMap<T,java.lang.Integer>default Object2IntNavigableMap<T> subMap(T fromKey, T toKey)
subMap in interface java.util.NavigableMap<T,java.lang.Integer>subMap in interface Object2IntSortedMap<T>subMap in interface java.util.SortedMap<T,java.lang.Integer>default Object2IntNavigableMap<T> headMap(T toKey)
headMap in interface java.util.NavigableMap<T,java.lang.Integer>headMap in interface Object2IntSortedMap<T>headMap in interface java.util.SortedMap<T,java.lang.Integer>default Object2IntNavigableMap<T> tailMap(T fromKey)
tailMap in interface java.util.NavigableMap<T,java.lang.Integer>tailMap in interface Object2IntSortedMap<T>tailMap in interface java.util.SortedMap<T,java.lang.Integer>