public static class Int2ShortMaps.SynchronizedNavigableMap extends Int2ShortMaps.SynchronizedSortedMap implements Int2ShortNavigableMap
AbstractInt2ShortMap.BasicEntryjava.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>Int2ShortSortedMap.FastSortedSetInt2ShortMap.BuilderCache, Int2ShortMap.Entry, Int2ShortMap.FastEntrySet, Int2ShortMap.MapBuilder| Modifier and Type | Method and Description |
|---|---|
Int2ShortMap.Entry |
ceilingEntry(int key)
A Type Specific ceilingEntry method to reduce boxing/unboxing.
|
Int2ShortMap.Entry |
ceilingEntry(java.lang.Integer key)
Deprecated.
|
int |
ceilingKey(int key)
A Type Specific ceilingKey method to reduce boxing/unboxing.
|
java.lang.Integer |
ceilingKey(java.lang.Integer key)
Deprecated.
|
Int2ShortNavigableMap |
copy()
A Function that does a shallow clone of the Map itself.
|
IntNavigableSet |
descendingKeySet() |
Int2ShortNavigableMap |
descendingMap() |
Int2ShortMap.Entry |
firstEntry() |
Int2ShortMap.Entry |
floorEntry(int key)
A Type Specific floorEntry method to reduce boxing/unboxing.
|
Int2ShortMap.Entry |
floorEntry(java.lang.Integer key)
Deprecated.
|
int |
floorKey(int key)
A Type Specific floorKey method to reduce boxing/unboxing.
|
java.lang.Integer |
floorKey(java.lang.Integer key)
Deprecated.
|
int |
getDefaultMaxValue()
A Helper method to get the max value for SubMaps.
|
int |
getDefaultMinValue()
A Helper method to get the min value for SubMaps.
|
Int2ShortNavigableMap |
headMap(int toKey)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Int2ShortNavigableMap |
headMap(int toKey,
boolean inclusive)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Int2ShortNavigableMap |
headMap(java.lang.Integer toKey)
Deprecated.
|
Int2ShortNavigableMap |
headMap(java.lang.Integer toKey,
boolean inclusive)
Deprecated.
|
Int2ShortMap.Entry |
higherEntry(int key)
A Type Specific higherEntry method to reduce boxing/unboxing.
|
Int2ShortMap.Entry |
higherEntry(java.lang.Integer key)
Deprecated.
|
int |
higherKey(int key)
A Type Specific higherKey method to reduce boxing/unboxing.
|
java.lang.Integer |
higherKey(java.lang.Integer key)
Deprecated.
|
IntNavigableSet |
keySet() |
Int2ShortMap.Entry |
lastEntry() |
Int2ShortMap.Entry |
lowerEntry(int key)
A Type Specific lowerEntry method to reduce boxing/unboxing.
|
Int2ShortMap.Entry |
lowerEntry(java.lang.Integer key)
Deprecated.
|
int |
lowerKey(int key)
A Type Specific lowerKey method to reduce boxing/unboxing.
|
java.lang.Integer |
lowerKey(java.lang.Integer key)
Deprecated.
|
IntNavigableSet |
navigableKeySet() |
Int2ShortMap.Entry |
pollFirstEntry() |
Int2ShortMap.Entry |
pollLastEntry() |
void |
setDefaultMaxValue(int e)
A Helper method to set the max value for SubMaps.
|
void |
setDefaultMinValue(int e)
A Helper method to set the min value for SubMaps.
|
Int2ShortNavigableMap |
subMap(int fromKey,
boolean fromInclusive,
int toKey,
boolean toInclusive)
A Type Specific SubMap method to reduce boxing/unboxing
|
Int2ShortNavigableMap |
subMap(java.lang.Integer fromKey,
boolean fromInclusive,
java.lang.Integer toKey,
boolean toInclusive)
Deprecated.
|
Int2ShortNavigableMap |
subMap(java.lang.Integer fromKey,
java.lang.Integer toKey)
Deprecated.
|
Int2ShortNavigableMap |
subMap(int fromKey,
int toKey)
A Type Specific SubMap method to reduce boxing/unboxing
|
Int2ShortNavigableMap |
tailMap(int fromKey)
A Type Specific TailMap method to reduce boxing/unboxing
|
Int2ShortNavigableMap |
tailMap(int fromKey,
boolean inclusive)
A Type Specific TailMap method to reduce boxing/unboxing
|
Int2ShortNavigableMap |
tailMap(java.lang.Integer fromKey)
Deprecated.
|
Int2ShortNavigableMap |
tailMap(java.lang.Integer fromKey,
boolean inclusive)
Deprecated.
|
comparator, firstIntKey, firstKey, firstShortValue, lastIntKey, lastKey, lastShortValue, pollFirstIntKey, pollLastIntKeyaddTo, addToAll, clear, compute, computeIfAbsent, computeIfPresent, computeShort, computeShortIfAbsent, computeShortIfPresent, containsKey, containsKey, containsValue, containsValue, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, int2ShortEntrySet, merge, mergeAllShort, mergeShort, put, put, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceShorts, replaceShorts, setDefaultReturnValue, size, subFrom, supplyShortIfAbsent, valuesentrySet, equals, hashCode, putAllsynchronize, synchronize, unmodifiablecomparator, firstIntKey, firstKey, firstShortValue, lastIntKey, lastKey, lastShortValue, pollFirstIntKey, pollLastIntKey, valuesaddTo, addToAll, builder, compute, computeIfAbsent, computeIfPresent, computeShort, computeShortIfAbsent, computeShortIfPresent, containsKey, containsKey, containsValue, containsValue, entrySet, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, int2ShortEntrySet, merge, mergeAllShort, mergeShort, put, put, putAll, putAll, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceShorts, replaceShorts, setDefaultReturnValue, subFrom, supplyShortIfAbsentpublic Int2ShortNavigableMap descendingMap()
descendingMap in interface java.util.NavigableMap<java.lang.Integer,java.lang.Short>descendingMap in interface Int2ShortNavigableMappublic IntNavigableSet navigableKeySet()
navigableKeySet in interface java.util.NavigableMap<java.lang.Integer,java.lang.Short>navigableKeySet in interface Int2ShortNavigableMappublic IntNavigableSet descendingKeySet()
descendingKeySet in interface java.util.NavigableMap<java.lang.Integer,java.lang.Short>descendingKeySet in interface Int2ShortNavigableMappublic IntNavigableSet keySet()
keySet in interface java.util.Map<java.lang.Integer,java.lang.Short>keySet in interface java.util.SortedMap<java.lang.Integer,java.lang.Short>keySet in interface Int2ShortMapkeySet in interface Int2ShortNavigableMapkeySet in interface Int2ShortSortedMapkeySet in class Int2ShortMaps.SynchronizedSortedMappublic Int2ShortMap.Entry firstEntry()
firstEntry in interface java.util.NavigableMap<java.lang.Integer,java.lang.Short>firstEntry in interface Int2ShortNavigableMappublic Int2ShortMap.Entry lastEntry()
lastEntry in interface java.util.NavigableMap<java.lang.Integer,java.lang.Short>lastEntry in interface Int2ShortNavigableMappublic Int2ShortMap.Entry pollFirstEntry()
pollFirstEntry in interface java.util.NavigableMap<java.lang.Integer,java.lang.Short>pollFirstEntry in interface Int2ShortNavigableMappublic Int2ShortMap.Entry pollLastEntry()
pollLastEntry in interface java.util.NavigableMap<java.lang.Integer,java.lang.Short>pollLastEntry in interface Int2ShortNavigableMappublic Int2ShortNavigableMap subMap(int fromKey, boolean fromInclusive, int toKey, boolean toInclusive)
Int2ShortNavigableMapsubMap in interface Int2ShortNavigableMapfromKey - where the submap should startfromInclusive - if the fromKey is inclusive or nottoKey - where the subMap should endtoInclusive - if the toKey is inclusive or notpublic Int2ShortNavigableMap headMap(int toKey, boolean inclusive)
Int2ShortNavigableMapheadMap in interface Int2ShortNavigableMaptoKey - where the HeadMap should endinclusive - if the toKey is inclusive or notpublic Int2ShortNavigableMap tailMap(int fromKey, boolean inclusive)
Int2ShortNavigableMaptailMap in interface Int2ShortNavigableMapfromKey - where the TailMap should startinclusive - if the fromKey is inclusive or notpublic Int2ShortNavigableMap subMap(int fromKey, int toKey)
Int2ShortSortedMapsubMap in interface Int2ShortNavigableMapsubMap in interface Int2ShortSortedMapsubMap in class Int2ShortMaps.SynchronizedSortedMapfromKey - where the submap should starttoKey - where the subMap should endpublic Int2ShortNavigableMap headMap(int toKey)
Int2ShortSortedMapheadMap in interface Int2ShortNavigableMapheadMap in interface Int2ShortSortedMapheadMap in class Int2ShortMaps.SynchronizedSortedMaptoKey - where the headMap should endpublic Int2ShortNavigableMap tailMap(int fromKey)
Int2ShortSortedMaptailMap in interface Int2ShortNavigableMaptailMap in interface Int2ShortSortedMaptailMap in class Int2ShortMaps.SynchronizedSortedMapfromKey - where the TailMap should startpublic int lowerKey(int key)
Int2ShortNavigableMaplowerKey in interface Int2ShortNavigableMapkey - that should be compared with.public int higherKey(int key)
Int2ShortNavigableMaphigherKey in interface Int2ShortNavigableMapkey - that should be compared with.public int floorKey(int key)
Int2ShortNavigableMapfloorKey in interface Int2ShortNavigableMapkey - that should be compared with.public int ceilingKey(int key)
Int2ShortNavigableMapceilingKey in interface Int2ShortNavigableMapkey - that should be compared with.public Int2ShortMap.Entry lowerEntry(int key)
Int2ShortNavigableMaplowerEntry in interface Int2ShortNavigableMapkey - that should be compared with.public Int2ShortMap.Entry higherEntry(int key)
Int2ShortNavigableMaphigherEntry in interface Int2ShortNavigableMapkey - that should be compared with.public Int2ShortMap.Entry floorEntry(int key)
Int2ShortNavigableMapfloorEntry in interface Int2ShortNavigableMapkey - that should be compared with.public Int2ShortMap.Entry ceilingEntry(int key)
Int2ShortNavigableMapceilingEntry in interface Int2ShortNavigableMapkey - that should be compared with.public Int2ShortNavigableMap copy()
Int2ShortMapcopy in interface Int2ShortMapcopy in interface Int2ShortNavigableMapcopy in interface Int2ShortSortedMapcopy in class Int2ShortMaps.SynchronizedSortedMap@Deprecated public Int2ShortNavigableMap subMap(java.lang.Integer fromKey, boolean fromInclusive, java.lang.Integer toKey, boolean toInclusive)
subMap in interface java.util.NavigableMap<java.lang.Integer,java.lang.Short>subMap in interface Int2ShortNavigableMap@Deprecated public Int2ShortNavigableMap headMap(java.lang.Integer toKey, boolean inclusive)
headMap in interface java.util.NavigableMap<java.lang.Integer,java.lang.Short>headMap in interface Int2ShortNavigableMap@Deprecated public Int2ShortNavigableMap tailMap(java.lang.Integer fromKey, boolean inclusive)
tailMap in interface java.util.NavigableMap<java.lang.Integer,java.lang.Short>tailMap in interface Int2ShortNavigableMap@Deprecated public Int2ShortNavigableMap subMap(java.lang.Integer fromKey, java.lang.Integer toKey)
subMap in interface java.util.NavigableMap<java.lang.Integer,java.lang.Short>subMap in interface java.util.SortedMap<java.lang.Integer,java.lang.Short>subMap in interface Int2ShortNavigableMapsubMap in interface Int2ShortSortedMapsubMap in class Int2ShortMaps.SynchronizedSortedMap@Deprecated public Int2ShortNavigableMap headMap(java.lang.Integer toKey)
headMap in interface java.util.NavigableMap<java.lang.Integer,java.lang.Short>headMap in interface java.util.SortedMap<java.lang.Integer,java.lang.Short>headMap in interface Int2ShortNavigableMapheadMap in interface Int2ShortSortedMapheadMap in class Int2ShortMaps.SynchronizedSortedMap@Deprecated public Int2ShortNavigableMap tailMap(java.lang.Integer fromKey)
tailMap in interface java.util.NavigableMap<java.lang.Integer,java.lang.Short>tailMap in interface java.util.SortedMap<java.lang.Integer,java.lang.Short>tailMap in interface Int2ShortNavigableMaptailMap in interface Int2ShortSortedMaptailMap in class Int2ShortMaps.SynchronizedSortedMappublic void setDefaultMaxValue(int e)
Int2ShortNavigableMapsetDefaultMaxValue in interface Int2ShortNavigableMape - the new max valuepublic int getDefaultMaxValue()
Int2ShortNavigableMapgetDefaultMaxValue in interface Int2ShortNavigableMappublic void setDefaultMinValue(int e)
Int2ShortNavigableMapsetDefaultMinValue in interface Int2ShortNavigableMape - the new min valuepublic int getDefaultMinValue()
Int2ShortNavigableMapgetDefaultMinValue in interface Int2ShortNavigableMap@Deprecated public java.lang.Integer lowerKey(java.lang.Integer key)
lowerKey in interface java.util.NavigableMap<java.lang.Integer,java.lang.Short>lowerKey in interface Int2ShortNavigableMap@Deprecated public java.lang.Integer floorKey(java.lang.Integer key)
floorKey in interface java.util.NavigableMap<java.lang.Integer,java.lang.Short>floorKey in interface Int2ShortNavigableMap@Deprecated public java.lang.Integer ceilingKey(java.lang.Integer key)
ceilingKey in interface java.util.NavigableMap<java.lang.Integer,java.lang.Short>ceilingKey in interface Int2ShortNavigableMap@Deprecated public java.lang.Integer higherKey(java.lang.Integer key)
higherKey in interface java.util.NavigableMap<java.lang.Integer,java.lang.Short>higherKey in interface Int2ShortNavigableMap@Deprecated public Int2ShortMap.Entry lowerEntry(java.lang.Integer key)
lowerEntry in interface java.util.NavigableMap<java.lang.Integer,java.lang.Short>lowerEntry in interface Int2ShortNavigableMap@Deprecated public Int2ShortMap.Entry floorEntry(java.lang.Integer key)
floorEntry in interface java.util.NavigableMap<java.lang.Integer,java.lang.Short>floorEntry in interface Int2ShortNavigableMap@Deprecated public Int2ShortMap.Entry ceilingEntry(java.lang.Integer key)
ceilingEntry in interface java.util.NavigableMap<java.lang.Integer,java.lang.Short>ceilingEntry in interface Int2ShortNavigableMap@Deprecated public Int2ShortMap.Entry higherEntry(java.lang.Integer key)
higherEntry in interface java.util.NavigableMap<java.lang.Integer,java.lang.Short>higherEntry in interface Int2ShortNavigableMap