T - the type of elements maintained by this CollectionV - the type of elements maintained by this Collectionpublic static class Object2ObjectMaps.SynchronizedNavigableMap<T,V> extends Object2ObjectMaps.SynchronizedSortedMap<T,V> implements Object2ObjectNavigableMap<T,V>
AbstractObject2ObjectMap.BasicEntry<T,V>java.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>Object2ObjectSortedMap.FastSortedSet<T,V>Object2ObjectMap.BuilderCache<T,V>, Object2ObjectMap.Entry<T,V>, Object2ObjectMap.FastEntrySet<T,V>, Object2ObjectMap.MapBuildercomparator, firstKey, firstValue, lastKey, lastValue, pollFirstKey, pollLastKeycompute, computeIfAbsent, computeIfPresent, forEach, getDefaultReturnValue, getObject, merge, mergeAll, object2ObjectEntrySet, put, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, rem, remOrDefault, replace, replace, replaceObjects, replaceObjects, setDefaultReturnValue, size, supplyIfAbsent, valuescontainsKey, containsValue, entrySet, equals, get, getOrDefault, hashCode, removesynchronize, synchronize, unmodifiablecomparator, firstValue, lastValue, pollFirstKey, pollLastKey, valuesbuilder, compute, compute, computeIfAbsent, computeIfAbsent, computeIfPresent, computeIfPresent, entrySet, forEach, forEach, getDefaultReturnValue, merge, merge, mergeAll, object2ObjectEntrySet, put, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, rem, remOrDefault, remove, replace, replace, replaceAll, replaceObjects, replaceObjects, setDefaultReturnValue, supplyIfAbsentapply, getObjectpublic Object2ObjectNavigableMap<T,V> descendingMap()
descendingMap in interface java.util.NavigableMap<T,V>descendingMap in interface Object2ObjectNavigableMap<T,V>public ObjectNavigableSet<T> navigableKeySet()
navigableKeySet in interface java.util.NavigableMap<T,V>navigableKeySet in interface Object2ObjectNavigableMap<T,V>public ObjectNavigableSet<T> descendingKeySet()
descendingKeySet in interface java.util.NavigableMap<T,V>descendingKeySet in interface Object2ObjectNavigableMap<T,V>public ObjectNavigableSet<T> keySet()
keySet in interface java.util.Map<T,V>keySet in interface java.util.SortedMap<T,V>keySet in interface Object2ObjectMap<T,V>keySet in interface Object2ObjectNavigableMap<T,V>keySet in interface Object2ObjectSortedMap<T,V>keySet in class Object2ObjectMaps.SynchronizedSortedMap<T,V>public Object2ObjectMap.Entry<T,V> firstEntry()
firstEntry in interface java.util.NavigableMap<T,V>firstEntry in interface Object2ObjectNavigableMap<T,V>public Object2ObjectMap.Entry<T,V> lastEntry()
public Object2ObjectMap.Entry<T,V> pollFirstEntry()
pollFirstEntry in interface java.util.NavigableMap<T,V>pollFirstEntry in interface Object2ObjectNavigableMap<T,V>public Object2ObjectMap.Entry<T,V> pollLastEntry()
pollLastEntry in interface java.util.NavigableMap<T,V>pollLastEntry in interface Object2ObjectNavigableMap<T,V>public Object2ObjectNavigableMap<T,V> subMap(T fromKey, boolean fromInclusive, T toKey, boolean toInclusive)
public Object2ObjectNavigableMap<T,V> headMap(T toKey, boolean inclusive)
public Object2ObjectNavigableMap<T,V> tailMap(T fromKey, boolean inclusive)
public Object2ObjectNavigableMap<T,V> subMap(T fromKey, T toKey)
subMap in interface java.util.NavigableMap<T,V>subMap in interface java.util.SortedMap<T,V>subMap in interface Object2ObjectNavigableMap<T,V>subMap in interface Object2ObjectSortedMap<T,V>subMap in class Object2ObjectMaps.SynchronizedSortedMap<T,V>public Object2ObjectNavigableMap<T,V> headMap(T toKey)
headMap in interface java.util.NavigableMap<T,V>headMap in interface java.util.SortedMap<T,V>headMap in interface Object2ObjectNavigableMap<T,V>headMap in interface Object2ObjectSortedMap<T,V>headMap in class Object2ObjectMaps.SynchronizedSortedMap<T,V>public Object2ObjectNavigableMap<T,V> tailMap(T fromKey)
tailMap in interface java.util.NavigableMap<T,V>tailMap in interface java.util.SortedMap<T,V>tailMap in interface Object2ObjectNavigableMap<T,V>tailMap in interface Object2ObjectSortedMap<T,V>tailMap in class Object2ObjectMaps.SynchronizedSortedMap<T,V>public Object2ObjectMap.Entry<T,V> lowerEntry(T key)
lowerEntry in interface java.util.NavigableMap<T,V>lowerEntry in interface Object2ObjectNavigableMap<T,V>public Object2ObjectMap.Entry<T,V> higherEntry(T key)
higherEntry in interface java.util.NavigableMap<T,V>higherEntry in interface Object2ObjectNavigableMap<T,V>public Object2ObjectMap.Entry<T,V> floorEntry(T key)
floorEntry in interface java.util.NavigableMap<T,V>floorEntry in interface Object2ObjectNavigableMap<T,V>public Object2ObjectMap.Entry<T,V> ceilingEntry(T key)
ceilingEntry in interface java.util.NavigableMap<T,V>ceilingEntry in interface Object2ObjectNavigableMap<T,V>public Object2ObjectNavigableMap<T,V> copy()
Object2ObjectMapcopy in interface Object2ObjectMap<T,V>copy in interface Object2ObjectNavigableMap<T,V>copy in interface Object2ObjectSortedMap<T,V>copy in class Object2ObjectMaps.SynchronizedSortedMap<T,V>