public static class Short2LongMaps.SynchronizedNavigableMap extends Short2LongMaps.SynchronizedSortedMap implements Short2LongNavigableMap
AbstractShort2LongMap.BasicEntryjava.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>Short2LongSortedMap.FastSortedSetShort2LongMap.BuilderCache, Short2LongMap.Entry, Short2LongMap.FastEntrySet, Short2LongMap.MapBuilder| Modifier and Type | Method and Description |
|---|---|
Short2LongMap.Entry |
ceilingEntry(short key)
A Type Specific ceilingEntry method to reduce boxing/unboxing.
|
Short2LongMap.Entry |
ceilingEntry(java.lang.Short key)
Deprecated.
|
short |
ceilingKey(short key)
A Type Specific ceilingKey method to reduce boxing/unboxing.
|
java.lang.Short |
ceilingKey(java.lang.Short key)
Deprecated.
|
Short2LongNavigableMap |
copy()
A Function that does a shallow clone of the Map itself.
|
ShortNavigableSet |
descendingKeySet() |
Short2LongNavigableMap |
descendingMap() |
Short2LongMap.Entry |
firstEntry() |
Short2LongMap.Entry |
floorEntry(short key)
A Type Specific floorEntry method to reduce boxing/unboxing.
|
Short2LongMap.Entry |
floorEntry(java.lang.Short key)
Deprecated.
|
short |
floorKey(short key)
A Type Specific floorKey method to reduce boxing/unboxing.
|
java.lang.Short |
floorKey(java.lang.Short key)
Deprecated.
|
short |
getDefaultMaxValue()
A Helper method to get the max value for SubMaps.
|
short |
getDefaultMinValue()
A Helper method to get the min value for SubMaps.
|
Short2LongNavigableMap |
headMap(short toKey)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Short2LongNavigableMap |
headMap(java.lang.Short toKey)
Deprecated.
|
Short2LongNavigableMap |
headMap(short toKey,
boolean inclusive)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Short2LongNavigableMap |
headMap(java.lang.Short toKey,
boolean inclusive)
Deprecated.
|
Short2LongMap.Entry |
higherEntry(short key)
A Type Specific higherEntry method to reduce boxing/unboxing.
|
Short2LongMap.Entry |
higherEntry(java.lang.Short key)
Deprecated.
|
short |
higherKey(short key)
A Type Specific higherKey method to reduce boxing/unboxing.
|
java.lang.Short |
higherKey(java.lang.Short key)
Deprecated.
|
ShortNavigableSet |
keySet() |
Short2LongMap.Entry |
lastEntry() |
Short2LongMap.Entry |
lowerEntry(short key)
A Type Specific lowerEntry method to reduce boxing/unboxing.
|
Short2LongMap.Entry |
lowerEntry(java.lang.Short key)
Deprecated.
|
short |
lowerKey(short key)
A Type Specific lowerKey method to reduce boxing/unboxing.
|
java.lang.Short |
lowerKey(java.lang.Short key)
Deprecated.
|
ShortNavigableSet |
navigableKeySet() |
Short2LongMap.Entry |
pollFirstEntry() |
Short2LongMap.Entry |
pollLastEntry() |
void |
setDefaultMaxValue(short e)
A Helper method to set the max value for SubMaps.
|
void |
setDefaultMinValue(short e)
A Helper method to set the min value for SubMaps.
|
Short2LongNavigableMap |
subMap(short fromKey,
boolean fromInclusive,
short toKey,
boolean toInclusive)
A Type Specific SubMap method to reduce boxing/unboxing
|
Short2LongNavigableMap |
subMap(java.lang.Short fromKey,
boolean fromInclusive,
java.lang.Short toKey,
boolean toInclusive)
Deprecated.
|
Short2LongNavigableMap |
subMap(short fromKey,
short toKey)
A Type Specific SubMap method to reduce boxing/unboxing
|
Short2LongNavigableMap |
subMap(java.lang.Short fromKey,
java.lang.Short toKey)
Deprecated.
|
Short2LongNavigableMap |
tailMap(short fromKey)
A Type Specific TailMap method to reduce boxing/unboxing
|
Short2LongNavigableMap |
tailMap(java.lang.Short fromKey)
Deprecated.
|
Short2LongNavigableMap |
tailMap(short fromKey,
boolean inclusive)
A Type Specific TailMap method to reduce boxing/unboxing
|
Short2LongNavigableMap |
tailMap(java.lang.Short fromKey,
boolean inclusive)
Deprecated.
|
comparator, firstKey, firstLongValue, firstShortKey, lastKey, lastLongValue, lastShortKey, pollFirstShortKey, pollLastShortKeyaddTo, addToAll, clear, compute, computeIfAbsent, computeIfPresent, computeLong, computeLongIfAbsent, computeLongIfPresent, containsKey, containsKey, containsValue, containsValue, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, merge, mergeAllLong, mergeLong, put, put, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceLongs, replaceLongs, setDefaultReturnValue, short2LongEntrySet, size, subFrom, supplyLongIfAbsent, valuesentrySet, equals, hashCode, putAllsynchronize, synchronize, unmodifiablecomparator, firstKey, firstLongValue, firstShortKey, lastKey, lastLongValue, lastShortKey, pollFirstShortKey, pollLastShortKey, valuesaddTo, addToAll, builder, compute, computeIfAbsent, computeIfPresent, computeLong, computeLongIfAbsent, computeLongIfPresent, containsKey, containsKey, containsValue, containsValue, entrySet, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, merge, mergeAllLong, mergeLong, put, put, putAll, putAll, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceLongs, replaceLongs, setDefaultReturnValue, short2LongEntrySet, subFrom, supplyLongIfAbsentpublic Short2LongNavigableMap descendingMap()
descendingMap in interface java.util.NavigableMap<java.lang.Short,java.lang.Long>descendingMap in interface Short2LongNavigableMappublic ShortNavigableSet navigableKeySet()
navigableKeySet in interface java.util.NavigableMap<java.lang.Short,java.lang.Long>navigableKeySet in interface Short2LongNavigableMappublic ShortNavigableSet descendingKeySet()
descendingKeySet in interface java.util.NavigableMap<java.lang.Short,java.lang.Long>descendingKeySet in interface Short2LongNavigableMappublic ShortNavigableSet keySet()
keySet in interface java.util.Map<java.lang.Short,java.lang.Long>keySet in interface java.util.SortedMap<java.lang.Short,java.lang.Long>keySet in interface Short2LongMapkeySet in interface Short2LongNavigableMapkeySet in interface Short2LongSortedMapkeySet in class Short2LongMaps.SynchronizedSortedMappublic Short2LongMap.Entry firstEntry()
firstEntry in interface java.util.NavigableMap<java.lang.Short,java.lang.Long>firstEntry in interface Short2LongNavigableMappublic Short2LongMap.Entry lastEntry()
lastEntry in interface java.util.NavigableMap<java.lang.Short,java.lang.Long>lastEntry in interface Short2LongNavigableMappublic Short2LongMap.Entry pollFirstEntry()
pollFirstEntry in interface java.util.NavigableMap<java.lang.Short,java.lang.Long>pollFirstEntry in interface Short2LongNavigableMappublic Short2LongMap.Entry pollLastEntry()
pollLastEntry in interface java.util.NavigableMap<java.lang.Short,java.lang.Long>pollLastEntry in interface Short2LongNavigableMappublic Short2LongNavigableMap subMap(short fromKey, boolean fromInclusive, short toKey, boolean toInclusive)
Short2LongNavigableMapsubMap in interface Short2LongNavigableMapfromKey - where the submap should startfromInclusive - if the fromKey is inclusive or nottoKey - where the subMap should endtoInclusive - if the toKey is inclusive or notpublic Short2LongNavigableMap headMap(short toKey, boolean inclusive)
Short2LongNavigableMapheadMap in interface Short2LongNavigableMaptoKey - where the HeadMap should endinclusive - if the toKey is inclusive or notpublic Short2LongNavigableMap tailMap(short fromKey, boolean inclusive)
Short2LongNavigableMaptailMap in interface Short2LongNavigableMapfromKey - where the TailMap should startinclusive - if the fromKey is inclusive or notpublic Short2LongNavigableMap subMap(short fromKey, short toKey)
Short2LongSortedMapsubMap in interface Short2LongNavigableMapsubMap in interface Short2LongSortedMapsubMap in class Short2LongMaps.SynchronizedSortedMapfromKey - where the submap should starttoKey - where the subMap should endpublic Short2LongNavigableMap headMap(short toKey)
Short2LongSortedMapheadMap in interface Short2LongNavigableMapheadMap in interface Short2LongSortedMapheadMap in class Short2LongMaps.SynchronizedSortedMaptoKey - where the headMap should endpublic Short2LongNavigableMap tailMap(short fromKey)
Short2LongSortedMaptailMap in interface Short2LongNavigableMaptailMap in interface Short2LongSortedMaptailMap in class Short2LongMaps.SynchronizedSortedMapfromKey - where the TailMap should startpublic short lowerKey(short key)
Short2LongNavigableMaplowerKey in interface Short2LongNavigableMapkey - that should be compared with.public short higherKey(short key)
Short2LongNavigableMaphigherKey in interface Short2LongNavigableMapkey - that should be compared with.public short floorKey(short key)
Short2LongNavigableMapfloorKey in interface Short2LongNavigableMapkey - that should be compared with.public short ceilingKey(short key)
Short2LongNavigableMapceilingKey in interface Short2LongNavigableMapkey - that should be compared with.public Short2LongMap.Entry lowerEntry(short key)
Short2LongNavigableMaplowerEntry in interface Short2LongNavigableMapkey - that should be compared with.public Short2LongMap.Entry higherEntry(short key)
Short2LongNavigableMaphigherEntry in interface Short2LongNavigableMapkey - that should be compared with.public Short2LongMap.Entry floorEntry(short key)
Short2LongNavigableMapfloorEntry in interface Short2LongNavigableMapkey - that should be compared with.public Short2LongMap.Entry ceilingEntry(short key)
Short2LongNavigableMapceilingEntry in interface Short2LongNavigableMapkey - that should be compared with.public Short2LongNavigableMap copy()
Short2LongMapcopy in interface Short2LongMapcopy in interface Short2LongNavigableMapcopy in interface Short2LongSortedMapcopy in class Short2LongMaps.SynchronizedSortedMap@Deprecated public Short2LongNavigableMap subMap(java.lang.Short fromKey, boolean fromInclusive, java.lang.Short toKey, boolean toInclusive)
subMap in interface java.util.NavigableMap<java.lang.Short,java.lang.Long>subMap in interface Short2LongNavigableMap@Deprecated public Short2LongNavigableMap headMap(java.lang.Short toKey, boolean inclusive)
headMap in interface java.util.NavigableMap<java.lang.Short,java.lang.Long>headMap in interface Short2LongNavigableMap@Deprecated public Short2LongNavigableMap tailMap(java.lang.Short fromKey, boolean inclusive)
tailMap in interface java.util.NavigableMap<java.lang.Short,java.lang.Long>tailMap in interface Short2LongNavigableMap@Deprecated public Short2LongNavigableMap subMap(java.lang.Short fromKey, java.lang.Short toKey)
subMap in interface java.util.NavigableMap<java.lang.Short,java.lang.Long>subMap in interface java.util.SortedMap<java.lang.Short,java.lang.Long>subMap in interface Short2LongNavigableMapsubMap in interface Short2LongSortedMapsubMap in class Short2LongMaps.SynchronizedSortedMap@Deprecated public Short2LongNavigableMap headMap(java.lang.Short toKey)
headMap in interface java.util.NavigableMap<java.lang.Short,java.lang.Long>headMap in interface java.util.SortedMap<java.lang.Short,java.lang.Long>headMap in interface Short2LongNavigableMapheadMap in interface Short2LongSortedMapheadMap in class Short2LongMaps.SynchronizedSortedMap@Deprecated public Short2LongNavigableMap tailMap(java.lang.Short fromKey)
tailMap in interface java.util.NavigableMap<java.lang.Short,java.lang.Long>tailMap in interface java.util.SortedMap<java.lang.Short,java.lang.Long>tailMap in interface Short2LongNavigableMaptailMap in interface Short2LongSortedMaptailMap in class Short2LongMaps.SynchronizedSortedMappublic void setDefaultMaxValue(short e)
Short2LongNavigableMapsetDefaultMaxValue in interface Short2LongNavigableMape - the new max valuepublic short getDefaultMaxValue()
Short2LongNavigableMapgetDefaultMaxValue in interface Short2LongNavigableMappublic void setDefaultMinValue(short e)
Short2LongNavigableMapsetDefaultMinValue in interface Short2LongNavigableMape - the new min valuepublic short getDefaultMinValue()
Short2LongNavigableMapgetDefaultMinValue in interface Short2LongNavigableMap@Deprecated public java.lang.Short lowerKey(java.lang.Short key)
lowerKey in interface java.util.NavigableMap<java.lang.Short,java.lang.Long>lowerKey in interface Short2LongNavigableMap@Deprecated public java.lang.Short floorKey(java.lang.Short key)
floorKey in interface java.util.NavigableMap<java.lang.Short,java.lang.Long>floorKey in interface Short2LongNavigableMap@Deprecated public java.lang.Short ceilingKey(java.lang.Short key)
ceilingKey in interface java.util.NavigableMap<java.lang.Short,java.lang.Long>ceilingKey in interface Short2LongNavigableMap@Deprecated public java.lang.Short higherKey(java.lang.Short key)
higherKey in interface java.util.NavigableMap<java.lang.Short,java.lang.Long>higherKey in interface Short2LongNavigableMap@Deprecated public Short2LongMap.Entry lowerEntry(java.lang.Short key)
lowerEntry in interface java.util.NavigableMap<java.lang.Short,java.lang.Long>lowerEntry in interface Short2LongNavigableMap@Deprecated public Short2LongMap.Entry floorEntry(java.lang.Short key)
floorEntry in interface java.util.NavigableMap<java.lang.Short,java.lang.Long>floorEntry in interface Short2LongNavigableMap@Deprecated public Short2LongMap.Entry ceilingEntry(java.lang.Short key)
ceilingEntry in interface java.util.NavigableMap<java.lang.Short,java.lang.Long>ceilingEntry in interface Short2LongNavigableMap@Deprecated public Short2LongMap.Entry higherEntry(java.lang.Short key)
higherEntry in interface java.util.NavigableMap<java.lang.Short,java.lang.Long>higherEntry in interface Short2LongNavigableMap