V - the keyType of elements maintained by this Collectionpublic interface Short2ObjectNavigableMap<V> extends Short2ObjectSortedMap<V>, java.util.NavigableMap<java.lang.Short,V>
Short2ObjectSortedMap.FastSortedSet<V>Short2ObjectMap.BuilderCache<V>, Short2ObjectMap.Entry<V>, Short2ObjectMap.FastEntrySet<V>, Short2ObjectMap.MapBuilder| Modifier and Type | Method and Description |
|---|---|
Short2ObjectMap.Entry<V> |
ceilingEntry(short key)
A Type Specific ceilingEntry method to reduce boxing/unboxing.
|
default Short2ObjectMap.Entry<V> |
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.
|
Short2ObjectNavigableMap<V> |
copy()
A Function that does a shallow clone of the Map itself.
|
ShortNavigableSet |
descendingKeySet() |
Short2ObjectNavigableMap<V> |
descendingMap() |
Short2ObjectMap.Entry<V> |
firstEntry() |
Short2ObjectMap.Entry<V> |
floorEntry(short key)
A Type Specific floorEntry method to reduce boxing/unboxing.
|
default Short2ObjectMap.Entry<V> |
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 Short2ObjectNavigableMap<V> |
headMap(short toKey)
A Type Specific HeadMap method to reduce boxing/unboxing
|
default Short2ObjectNavigableMap<V> |
headMap(java.lang.Short toKey)
Deprecated.
|
Short2ObjectNavigableMap<V> |
headMap(short toKey,
boolean inclusive)
A Type Specific HeadMap method to reduce boxing/unboxing
|
default Short2ObjectNavigableMap<V> |
headMap(java.lang.Short toKey,
boolean inclusive)
Deprecated.
|
Short2ObjectMap.Entry<V> |
higherEntry(short key)
A Type Specific higherEntry method to reduce boxing/unboxing.
|
default Short2ObjectMap.Entry<V> |
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() |
Short2ObjectMap.Entry<V> |
lastEntry() |
Short2ObjectMap.Entry<V> |
lowerEntry(short key)
A Type Specific lowerEntry method to reduce boxing/unboxing.
|
default Short2ObjectMap.Entry<V> |
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() |
Short2ObjectMap.Entry<V> |
pollFirstEntry() |
Short2ObjectMap.Entry<V> |
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.
|
Short2ObjectNavigableMap<V> |
subMap(short fromKey,
boolean fromInclusive,
short toKey,
boolean toInclusive)
A Type Specific SubMap method to reduce boxing/unboxing
|
default Short2ObjectNavigableMap<V> |
subMap(java.lang.Short fromKey,
boolean fromInclusive,
java.lang.Short toKey,
boolean toInclusive)
Deprecated.
|
default Short2ObjectNavigableMap<V> |
subMap(short fromKey,
short toKey)
A Type Specific SubMap method to reduce boxing/unboxing
|
default Short2ObjectNavigableMap<V> |
subMap(java.lang.Short fromKey,
java.lang.Short toKey)
Deprecated.
|
default Short2ObjectNavigableMap<V> |
synchronize()
Creates a Wrapped NavigableMap that is Synchronized
|
default Short2ObjectNavigableMap<V> |
synchronize(java.lang.Object mutex)
Creates a Wrapped NavigableMap that is Synchronized
|
default Short2ObjectNavigableMap<V> |
tailMap(short fromKey)
A Type Specific TailMap method to reduce boxing/unboxing
|
default Short2ObjectNavigableMap<V> |
tailMap(java.lang.Short fromKey)
Deprecated.
|
Short2ObjectNavigableMap<V> |
tailMap(short fromKey,
boolean inclusive)
A Type Specific TailMap method to reduce boxing/unboxing
|
default Short2ObjectNavigableMap<V> |
tailMap(java.lang.Short fromKey,
boolean inclusive)
Deprecated.
|
default Short2ObjectNavigableMap<V> |
unmodifiable()
Creates a Wrapped NavigableMap that is unmodifiable
|
comparator, firstKey, firstShortKey, firstValue, lastKey, lastShortKey, lastValue, pollFirstShortKey, pollLastShortKey, valuesapply, builder, compute, compute, computeIfAbsent, computeIfAbsent, computeIfPresent, computeIfPresent, containsKey, containsKey, entrySet, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, merge, merge, mergeAll, put, put, put, put, putAll, putAll, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceObjects, replaceObjects, setDefaultReturnValue, short2ObjectEntrySet, supplyIfAbsentShort2ObjectNavigableMap<V> copy()
Short2ObjectMapcopy in interface Short2ObjectMap<V>copy in interface Short2ObjectSortedMap<V>Short2ObjectNavigableMap<V> descendingMap()
descendingMap in interface java.util.NavigableMap<java.lang.Short,V>ShortNavigableSet navigableKeySet()
navigableKeySet in interface java.util.NavigableMap<java.lang.Short,V>ShortNavigableSet descendingKeySet()
descendingKeySet in interface java.util.NavigableMap<java.lang.Short,V>Short2ObjectMap.Entry<V> firstEntry()
firstEntry in interface java.util.NavigableMap<java.lang.Short,V>Short2ObjectMap.Entry<V> lastEntry()
lastEntry in interface java.util.NavigableMap<java.lang.Short,V>Short2ObjectMap.Entry<V> pollFirstEntry()
pollFirstEntry in interface java.util.NavigableMap<java.lang.Short,V>Short2ObjectMap.Entry<V> pollLastEntry()
pollLastEntry in interface java.util.NavigableMap<java.lang.Short,V>ShortNavigableSet keySet()
keySet in interface java.util.Map<java.lang.Short,V>keySet in interface Short2ObjectMap<V>keySet in interface Short2ObjectSortedMap<V>keySet in interface java.util.SortedMap<java.lang.Short,V>default Short2ObjectNavigableMap<V> synchronize()
synchronize in interface Short2ObjectMap<V>synchronize in interface Short2ObjectSortedMap<V>Short2ObjectMaps.synchronize(speiger.src.collections.shorts.maps.interfaces.Short2ObjectMap<V>)default Short2ObjectNavigableMap<V> synchronize(java.lang.Object mutex)
synchronize in interface Short2ObjectMap<V>synchronize in interface Short2ObjectSortedMap<V>mutex - is the controller of the synchronization blockShort2ObjectMaps.synchronize(speiger.src.collections.shorts.maps.interfaces.Short2ObjectMap<V>)default Short2ObjectNavigableMap<V> unmodifiable()
unmodifiable in interface Short2ObjectMap<V>unmodifiable in interface Short2ObjectSortedMap<V>Short2ObjectMaps.unmodifiable(speiger.src.collections.shorts.maps.interfaces.Short2ObjectMap<V>)Short2ObjectNavigableMap<V> 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 notShort2ObjectNavigableMap<V> headMap(short toKey, boolean inclusive)
toKey - where the HeadMap should endinclusive - if the toKey is inclusive or notShort2ObjectNavigableMap<V> tailMap(short fromKey, boolean inclusive)
fromKey - where the TailMap should startinclusive - if the fromKey is inclusive or notdefault Short2ObjectNavigableMap<V> subMap(short fromKey, short toKey)
Short2ObjectSortedMapsubMap in interface Short2ObjectSortedMap<V>fromKey - where the submap should starttoKey - where the subMap should enddefault Short2ObjectNavigableMap<V> headMap(short toKey)
Short2ObjectSortedMapheadMap in interface Short2ObjectSortedMap<V>toKey - where the headMap should enddefault Short2ObjectNavigableMap<V> tailMap(short fromKey)
Short2ObjectSortedMaptailMap in interface Short2ObjectSortedMap<V>fromKey - 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.Short2ObjectMap.Entry<V> lowerEntry(short key)
key - that should be compared with.Short2ObjectMap.Entry<V> higherEntry(short key)
key - that should be compared with.Short2ObjectMap.Entry<V> floorEntry(short key)
key - that should be compared with.Short2ObjectMap.Entry<V> 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,V>@Deprecated default java.lang.Short floorKey(java.lang.Short key)
floorKey in interface java.util.NavigableMap<java.lang.Short,V>@Deprecated default java.lang.Short ceilingKey(java.lang.Short key)
ceilingKey in interface java.util.NavigableMap<java.lang.Short,V>@Deprecated default java.lang.Short higherKey(java.lang.Short key)
higherKey in interface java.util.NavigableMap<java.lang.Short,V>@Deprecated default Short2ObjectMap.Entry<V> lowerEntry(java.lang.Short key)
lowerEntry in interface java.util.NavigableMap<java.lang.Short,V>@Deprecated default Short2ObjectMap.Entry<V> floorEntry(java.lang.Short key)
floorEntry in interface java.util.NavigableMap<java.lang.Short,V>@Deprecated default Short2ObjectMap.Entry<V> ceilingEntry(java.lang.Short key)
ceilingEntry in interface java.util.NavigableMap<java.lang.Short,V>@Deprecated default Short2ObjectMap.Entry<V> higherEntry(java.lang.Short key)
higherEntry in interface java.util.NavigableMap<java.lang.Short,V>@Deprecated default Short2ObjectNavigableMap<V> subMap(java.lang.Short fromKey, boolean fromInclusive, java.lang.Short toKey, boolean toInclusive)
subMap in interface java.util.NavigableMap<java.lang.Short,V>@Deprecated default Short2ObjectNavigableMap<V> headMap(java.lang.Short toKey, boolean inclusive)
headMap in interface java.util.NavigableMap<java.lang.Short,V>@Deprecated default Short2ObjectNavigableMap<V> tailMap(java.lang.Short fromKey, boolean inclusive)
tailMap in interface java.util.NavigableMap<java.lang.Short,V>@Deprecated default Short2ObjectNavigableMap<V> subMap(java.lang.Short fromKey, java.lang.Short toKey)
subMap in interface java.util.NavigableMap<java.lang.Short,V>subMap in interface Short2ObjectSortedMap<V>subMap in interface java.util.SortedMap<java.lang.Short,V>@Deprecated default Short2ObjectNavigableMap<V> headMap(java.lang.Short toKey)
headMap in interface java.util.NavigableMap<java.lang.Short,V>headMap in interface Short2ObjectSortedMap<V>headMap in interface java.util.SortedMap<java.lang.Short,V>@Deprecated default Short2ObjectNavigableMap<V> tailMap(java.lang.Short fromKey)
tailMap in interface java.util.NavigableMap<java.lang.Short,V>tailMap in interface Short2ObjectSortedMap<V>tailMap in interface java.util.SortedMap<java.lang.Short,V>