public interface Short2IntNavigableMap extends Short2IntSortedMap, java.util.NavigableMap<java.lang.Short,java.lang.Integer>
Short2IntSortedMap.FastSortedSetShort2IntMap.BuilderCache, Short2IntMap.Entry, Short2IntMap.FastEntrySet, Short2IntMap.MapBuilder| Modifier and Type | Method and Description |
|---|---|
Short2IntMap.Entry |
ceilingEntry(short key)
A Type Specific ceilingEntry method to reduce boxing/unboxing.
|
default Short2IntMap.Entry |
ceilingEntry(java.lang.Short key)
Deprecated.
|
short |
ceilingKey(short key)
A Type Specific ceilingKey method to reduce boxing/unboxing.
|
default java.lang.Short |
ceilingKey(java.lang.Short key)
Deprecated.
|
Short2IntNavigableMap |
copy()
A Function that does a shallow clone of the Map itself.
|
ShortNavigableSet |
descendingKeySet() |
Short2IntNavigableMap |
descendingMap() |
Short2IntMap.Entry |
firstEntry() |
Short2IntMap.Entry |
floorEntry(short key)
A Type Specific floorEntry method to reduce boxing/unboxing.
|
default Short2IntMap.Entry |
floorEntry(java.lang.Short key)
Deprecated.
|
short |
floorKey(short key)
A Type Specific floorKey method to reduce boxing/unboxing.
|
default 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.
|
default Short2IntNavigableMap |
headMap(short toKey)
A Type Specific HeadMap method to reduce boxing/unboxing
|
default Short2IntNavigableMap |
headMap(java.lang.Short toKey)
Deprecated.
|
Short2IntNavigableMap |
headMap(short toKey,
boolean inclusive)
A Type Specific HeadMap method to reduce boxing/unboxing
|
default Short2IntNavigableMap |
headMap(java.lang.Short toKey,
boolean inclusive)
Deprecated.
|
Short2IntMap.Entry |
higherEntry(short key)
A Type Specific higherEntry method to reduce boxing/unboxing.
|
default Short2IntMap.Entry |
higherEntry(java.lang.Short key)
Deprecated.
|
short |
higherKey(short key)
A Type Specific higherKey method to reduce boxing/unboxing.
|
default java.lang.Short |
higherKey(java.lang.Short key)
Deprecated.
|
ShortNavigableSet |
keySet() |
Short2IntMap.Entry |
lastEntry() |
Short2IntMap.Entry |
lowerEntry(short key)
A Type Specific lowerEntry method to reduce boxing/unboxing.
|
default Short2IntMap.Entry |
lowerEntry(java.lang.Short key)
Deprecated.
|
short |
lowerKey(short key)
A Type Specific lowerKey method to reduce boxing/unboxing.
|
default java.lang.Short |
lowerKey(java.lang.Short key)
Deprecated.
|
ShortNavigableSet |
navigableKeySet() |
Short2IntMap.Entry |
pollFirstEntry() |
Short2IntMap.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.
|
Short2IntNavigableMap |
subMap(short fromKey,
boolean fromInclusive,
short toKey,
boolean toInclusive)
A Type Specific SubMap method to reduce boxing/unboxing
|
default Short2IntNavigableMap |
subMap(java.lang.Short fromKey,
boolean fromInclusive,
java.lang.Short toKey,
boolean toInclusive)
Deprecated.
|
default Short2IntNavigableMap |
subMap(short fromKey,
short toKey)
A Type Specific SubMap method to reduce boxing/unboxing
|
default Short2IntNavigableMap |
subMap(java.lang.Short fromKey,
java.lang.Short toKey)
Deprecated.
|
default Short2IntNavigableMap |
synchronize()
Creates a Wrapped NavigableMap that is Synchronized
|
default Short2IntNavigableMap |
synchronize(java.lang.Object mutex)
Creates a Wrapped NavigableMap that is Synchronized
|
default Short2IntNavigableMap |
tailMap(short fromKey)
A Type Specific TailMap method to reduce boxing/unboxing
|
default Short2IntNavigableMap |
tailMap(java.lang.Short fromKey)
Deprecated.
|
Short2IntNavigableMap |
tailMap(short fromKey,
boolean inclusive)
A Type Specific TailMap method to reduce boxing/unboxing
|
default Short2IntNavigableMap |
tailMap(java.lang.Short fromKey,
boolean inclusive)
Deprecated.
|
default Short2IntNavigableMap |
unmodifiable()
Creates a Wrapped NavigableMap that is unmodifiable
|
comparator, firstIntValue, firstKey, firstShortKey, lastIntValue, lastKey, lastShortKey, pollFirstShortKey, pollLastShortKey, valuesaddTo, addToAll, applyAsInt, builder, compute, computeIfAbsent, computeIfPresent, computeInt, computeIntIfAbsent, computeIntIfPresent, containsKey, containsKey, containsValue, containsValue, entrySet, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, merge, mergeAllInt, mergeInt, put, put, put, put, putAll, putAll, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceInts, replaceInts, setDefaultReturnValue, short2IntEntrySet, subFrom, supplyIntIfAbsentShort2IntNavigableMap copy()
Short2IntMapcopy in interface Short2IntMapcopy in interface Short2IntSortedMapShort2IntNavigableMap descendingMap()
descendingMap in interface java.util.NavigableMap<java.lang.Short,java.lang.Integer>ShortNavigableSet navigableKeySet()
navigableKeySet in interface java.util.NavigableMap<java.lang.Short,java.lang.Integer>ShortNavigableSet descendingKeySet()
descendingKeySet in interface java.util.NavigableMap<java.lang.Short,java.lang.Integer>Short2IntMap.Entry firstEntry()
firstEntry in interface java.util.NavigableMap<java.lang.Short,java.lang.Integer>Short2IntMap.Entry lastEntry()
lastEntry in interface java.util.NavigableMap<java.lang.Short,java.lang.Integer>Short2IntMap.Entry pollFirstEntry()
pollFirstEntry in interface java.util.NavigableMap<java.lang.Short,java.lang.Integer>Short2IntMap.Entry pollLastEntry()
pollLastEntry in interface java.util.NavigableMap<java.lang.Short,java.lang.Integer>ShortNavigableSet keySet()
keySet in interface java.util.Map<java.lang.Short,java.lang.Integer>keySet in interface Short2IntMapkeySet in interface Short2IntSortedMapkeySet in interface java.util.SortedMap<java.lang.Short,java.lang.Integer>default Short2IntNavigableMap synchronize()
synchronize in interface Short2IntMapsynchronize in interface Short2IntSortedMapShort2IntMaps.synchronize(speiger.src.collections.shorts.maps.interfaces.Short2IntMap)default Short2IntNavigableMap synchronize(java.lang.Object mutex)
synchronize in interface Short2IntMapsynchronize in interface Short2IntSortedMapmutex - is the controller of the synchronization blockShort2IntMaps.synchronize(speiger.src.collections.shorts.maps.interfaces.Short2IntMap)default Short2IntNavigableMap unmodifiable()
unmodifiable in interface Short2IntMapunmodifiable in interface Short2IntSortedMapShort2IntMaps.unmodifiable(speiger.src.collections.shorts.maps.interfaces.Short2IntMap)Short2IntNavigableMap subMap(short fromKey, boolean fromInclusive, short 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 notShort2IntNavigableMap headMap(short toKey, boolean inclusive)
toKey - where the HeadMap should endinclusive - if the toKey is inclusive or notShort2IntNavigableMap tailMap(short fromKey, boolean inclusive)
fromKey - where the TailMap should startinclusive - if the fromKey is inclusive or notdefault Short2IntNavigableMap subMap(short fromKey, short toKey)
Short2IntSortedMapsubMap in interface Short2IntSortedMapfromKey - where the submap should starttoKey - where the subMap should enddefault Short2IntNavigableMap headMap(short toKey)
Short2IntSortedMapheadMap in interface Short2IntSortedMaptoKey - where the headMap should enddefault Short2IntNavigableMap tailMap(short fromKey)
Short2IntSortedMaptailMap in interface Short2IntSortedMapfromKey - where the TailMap should startvoid setDefaultMaxValue(short e)
e - the new max valueshort getDefaultMaxValue()
void setDefaultMinValue(short e)
e - the new min valueshort getDefaultMinValue()
short lowerKey(short key)
key - that should be compared with.short higherKey(short key)
key - that should be compared with.short floorKey(short key)
key - that should be compared with.short ceilingKey(short key)
key - that should be compared with.Short2IntMap.Entry lowerEntry(short key)
key - that should be compared with.Short2IntMap.Entry higherEntry(short key)
key - that should be compared with.Short2IntMap.Entry floorEntry(short key)
key - that should be compared with.Short2IntMap.Entry ceilingEntry(short key)
key - that should be compared with.@Deprecated default java.lang.Short lowerKey(java.lang.Short key)
lowerKey in interface java.util.NavigableMap<java.lang.Short,java.lang.Integer>@Deprecated default java.lang.Short floorKey(java.lang.Short key)
floorKey in interface java.util.NavigableMap<java.lang.Short,java.lang.Integer>@Deprecated default java.lang.Short ceilingKey(java.lang.Short key)
ceilingKey in interface java.util.NavigableMap<java.lang.Short,java.lang.Integer>@Deprecated default java.lang.Short higherKey(java.lang.Short key)
higherKey in interface java.util.NavigableMap<java.lang.Short,java.lang.Integer>@Deprecated default Short2IntMap.Entry lowerEntry(java.lang.Short key)
lowerEntry in interface java.util.NavigableMap<java.lang.Short,java.lang.Integer>@Deprecated default Short2IntMap.Entry floorEntry(java.lang.Short key)
floorEntry in interface java.util.NavigableMap<java.lang.Short,java.lang.Integer>@Deprecated default Short2IntMap.Entry ceilingEntry(java.lang.Short key)
ceilingEntry in interface java.util.NavigableMap<java.lang.Short,java.lang.Integer>@Deprecated default Short2IntMap.Entry higherEntry(java.lang.Short key)
higherEntry in interface java.util.NavigableMap<java.lang.Short,java.lang.Integer>@Deprecated default Short2IntNavigableMap subMap(java.lang.Short fromKey, boolean fromInclusive, java.lang.Short toKey, boolean toInclusive)
subMap in interface java.util.NavigableMap<java.lang.Short,java.lang.Integer>@Deprecated default Short2IntNavigableMap headMap(java.lang.Short toKey, boolean inclusive)
headMap in interface java.util.NavigableMap<java.lang.Short,java.lang.Integer>@Deprecated default Short2IntNavigableMap tailMap(java.lang.Short fromKey, boolean inclusive)
tailMap in interface java.util.NavigableMap<java.lang.Short,java.lang.Integer>@Deprecated default Short2IntNavigableMap subMap(java.lang.Short fromKey, java.lang.Short toKey)
subMap in interface java.util.NavigableMap<java.lang.Short,java.lang.Integer>subMap in interface Short2IntSortedMapsubMap in interface java.util.SortedMap<java.lang.Short,java.lang.Integer>@Deprecated default Short2IntNavigableMap headMap(java.lang.Short toKey)
headMap in interface java.util.NavigableMap<java.lang.Short,java.lang.Integer>headMap in interface Short2IntSortedMapheadMap in interface java.util.SortedMap<java.lang.Short,java.lang.Integer>@Deprecated default Short2IntNavigableMap tailMap(java.lang.Short fromKey)
tailMap in interface java.util.NavigableMap<java.lang.Short,java.lang.Integer>tailMap in interface Short2IntSortedMaptailMap in interface java.util.SortedMap<java.lang.Short,java.lang.Integer>