public interface Int2ShortNavigableMap extends Int2ShortSortedMap, java.util.NavigableMap<java.lang.Integer,java.lang.Short>
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.
|
default Int2ShortMap.Entry |
ceilingEntry(java.lang.Integer key)
Deprecated.
|
int |
ceilingKey(int key)
A Type Specific ceilingKey method to reduce boxing/unboxing.
|
default 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.
|
default Int2ShortMap.Entry |
floorEntry(java.lang.Integer key)
Deprecated.
|
int |
floorKey(int key)
A Type Specific floorKey method to reduce boxing/unboxing.
|
default 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.
|
default 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
|
default Int2ShortNavigableMap |
headMap(java.lang.Integer toKey)
Deprecated.
|
default Int2ShortNavigableMap |
headMap(java.lang.Integer toKey,
boolean inclusive)
Deprecated.
|
Int2ShortMap.Entry |
higherEntry(int key)
A Type Specific higherEntry method to reduce boxing/unboxing.
|
default Int2ShortMap.Entry |
higherEntry(java.lang.Integer key)
Deprecated.
|
int |
higherKey(int key)
A Type Specific higherKey method to reduce boxing/unboxing.
|
default 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.
|
default Int2ShortMap.Entry |
lowerEntry(java.lang.Integer key)
Deprecated.
|
int |
lowerKey(int key)
A Type Specific lowerKey method to reduce boxing/unboxing.
|
default 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
|
default Int2ShortNavigableMap |
subMap(java.lang.Integer fromKey,
boolean fromInclusive,
java.lang.Integer toKey,
boolean toInclusive)
Deprecated.
|
default Int2ShortNavigableMap |
subMap(java.lang.Integer fromKey,
java.lang.Integer toKey)
Deprecated.
|
default Int2ShortNavigableMap |
subMap(int fromKey,
int toKey)
A Type Specific SubMap method to reduce boxing/unboxing
|
default Int2ShortNavigableMap |
synchronize()
Creates a Wrapped NavigableMap that is Synchronized
|
default Int2ShortNavigableMap |
synchronize(java.lang.Object mutex)
Creates a Wrapped NavigableMap that is Synchronized
|
default 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
|
default Int2ShortNavigableMap |
tailMap(java.lang.Integer fromKey)
Deprecated.
|
default Int2ShortNavigableMap |
tailMap(java.lang.Integer fromKey,
boolean inclusive)
Deprecated.
|
default Int2ShortNavigableMap |
unmodifiable()
Creates a Wrapped NavigableMap that is unmodifiable
|
comparator, firstIntKey, firstKey, firstShortValue, lastIntKey, lastKey, lastShortValue, pollFirstIntKey, pollLastIntKey, valuesaddTo, addToAll, applyAsShort, 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, put, put, putAll, putAll, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceShorts, replaceShorts, setDefaultReturnValue, subFrom, supplyShortIfAbsentInt2ShortNavigableMap copy()
Int2ShortMapcopy in interface Int2ShortMapcopy in interface Int2ShortSortedMapInt2ShortNavigableMap descendingMap()
descendingMap in interface java.util.NavigableMap<java.lang.Integer,java.lang.Short>IntNavigableSet navigableKeySet()
navigableKeySet in interface java.util.NavigableMap<java.lang.Integer,java.lang.Short>IntNavigableSet descendingKeySet()
descendingKeySet in interface java.util.NavigableMap<java.lang.Integer,java.lang.Short>Int2ShortMap.Entry firstEntry()
firstEntry in interface java.util.NavigableMap<java.lang.Integer,java.lang.Short>Int2ShortMap.Entry lastEntry()
lastEntry in interface java.util.NavigableMap<java.lang.Integer,java.lang.Short>Int2ShortMap.Entry pollFirstEntry()
pollFirstEntry in interface java.util.NavigableMap<java.lang.Integer,java.lang.Short>Int2ShortMap.Entry pollLastEntry()
pollLastEntry in interface java.util.NavigableMap<java.lang.Integer,java.lang.Short>IntNavigableSet keySet()
keySet in interface Int2ShortMapkeySet in interface Int2ShortSortedMapkeySet in interface java.util.Map<java.lang.Integer,java.lang.Short>keySet in interface java.util.SortedMap<java.lang.Integer,java.lang.Short>default Int2ShortNavigableMap synchronize()
synchronize in interface Int2ShortMapsynchronize in interface Int2ShortSortedMapInt2ShortMaps.synchronize(speiger.src.collections.ints.maps.interfaces.Int2ShortMap)default Int2ShortNavigableMap synchronize(java.lang.Object mutex)
synchronize in interface Int2ShortMapsynchronize in interface Int2ShortSortedMapmutex - is the controller of the synchronization blockInt2ShortMaps.synchronize(speiger.src.collections.ints.maps.interfaces.Int2ShortMap)default Int2ShortNavigableMap unmodifiable()
unmodifiable in interface Int2ShortMapunmodifiable in interface Int2ShortSortedMapInt2ShortMaps.unmodifiable(speiger.src.collections.ints.maps.interfaces.Int2ShortMap)Int2ShortNavigableMap subMap(int fromKey, boolean fromInclusive, int toKey, boolean toInclusive)
fromKey - where the submap should startfromInclusive - if the fromKey is inclusive or nottoKey - where the subMap should endtoInclusive - if the toKey is inclusive or notInt2ShortNavigableMap headMap(int toKey, boolean inclusive)
toKey - where the HeadMap should endinclusive - if the toKey is inclusive or notInt2ShortNavigableMap tailMap(int fromKey, boolean inclusive)
fromKey - where the TailMap should startinclusive - if the fromKey is inclusive or notdefault Int2ShortNavigableMap subMap(int fromKey, int toKey)
Int2ShortSortedMapsubMap in interface Int2ShortSortedMapfromKey - where the submap should starttoKey - where the subMap should enddefault Int2ShortNavigableMap headMap(int toKey)
Int2ShortSortedMapheadMap in interface Int2ShortSortedMaptoKey - where the headMap should enddefault Int2ShortNavigableMap tailMap(int fromKey)
Int2ShortSortedMaptailMap in interface Int2ShortSortedMapfromKey - where the TailMap should startvoid setDefaultMaxValue(int e)
e - the new max valueint getDefaultMaxValue()
void setDefaultMinValue(int e)
e - the new min valueint getDefaultMinValue()
int lowerKey(int key)
key - that should be compared with.int higherKey(int key)
key - that should be compared with.int floorKey(int key)
key - that should be compared with.int ceilingKey(int key)
key - that should be compared with.Int2ShortMap.Entry lowerEntry(int key)
key - that should be compared with.Int2ShortMap.Entry higherEntry(int key)
key - that should be compared with.Int2ShortMap.Entry floorEntry(int key)
key - that should be compared with.Int2ShortMap.Entry ceilingEntry(int key)
key - that should be compared with.@Deprecated default java.lang.Integer lowerKey(java.lang.Integer key)
lowerKey in interface java.util.NavigableMap<java.lang.Integer,java.lang.Short>@Deprecated default java.lang.Integer floorKey(java.lang.Integer key)
floorKey in interface java.util.NavigableMap<java.lang.Integer,java.lang.Short>@Deprecated default java.lang.Integer ceilingKey(java.lang.Integer key)
ceilingKey in interface java.util.NavigableMap<java.lang.Integer,java.lang.Short>@Deprecated default java.lang.Integer higherKey(java.lang.Integer key)
higherKey in interface java.util.NavigableMap<java.lang.Integer,java.lang.Short>@Deprecated default Int2ShortMap.Entry lowerEntry(java.lang.Integer key)
lowerEntry in interface java.util.NavigableMap<java.lang.Integer,java.lang.Short>@Deprecated default Int2ShortMap.Entry floorEntry(java.lang.Integer key)
floorEntry in interface java.util.NavigableMap<java.lang.Integer,java.lang.Short>@Deprecated default Int2ShortMap.Entry ceilingEntry(java.lang.Integer key)
ceilingEntry in interface java.util.NavigableMap<java.lang.Integer,java.lang.Short>@Deprecated default Int2ShortMap.Entry higherEntry(java.lang.Integer key)
higherEntry in interface java.util.NavigableMap<java.lang.Integer,java.lang.Short>@Deprecated default 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>@Deprecated default Int2ShortNavigableMap headMap(java.lang.Integer toKey, boolean inclusive)
headMap in interface java.util.NavigableMap<java.lang.Integer,java.lang.Short>@Deprecated default Int2ShortNavigableMap tailMap(java.lang.Integer fromKey, boolean inclusive)
tailMap in interface java.util.NavigableMap<java.lang.Integer,java.lang.Short>@Deprecated default Int2ShortNavigableMap subMap(java.lang.Integer fromKey, java.lang.Integer toKey)
subMap in interface Int2ShortSortedMapsubMap in interface java.util.NavigableMap<java.lang.Integer,java.lang.Short>subMap in interface java.util.SortedMap<java.lang.Integer,java.lang.Short>@Deprecated default Int2ShortNavigableMap headMap(java.lang.Integer toKey)
headMap in interface Int2ShortSortedMapheadMap in interface java.util.NavigableMap<java.lang.Integer,java.lang.Short>headMap in interface java.util.SortedMap<java.lang.Integer,java.lang.Short>@Deprecated default Int2ShortNavigableMap tailMap(java.lang.Integer fromKey)
tailMap in interface Int2ShortSortedMaptailMap in interface java.util.NavigableMap<java.lang.Integer,java.lang.Short>tailMap in interface java.util.SortedMap<java.lang.Integer,java.lang.Short>