public interface Long2ShortNavigableMap extends Long2ShortSortedMap, java.util.NavigableMap<java.lang.Long,java.lang.Short>
Long2ShortSortedMap.FastSortedSetLong2ShortMap.BuilderCache, Long2ShortMap.Entry, Long2ShortMap.FastEntrySet, Long2ShortMap.MapBuilder| Modifier and Type | Method and Description |
|---|---|
Long2ShortMap.Entry |
ceilingEntry(long key)
A Type Specific ceilingEntry method to reduce boxing/unboxing.
|
default Long2ShortMap.Entry |
ceilingEntry(java.lang.Long key)
Deprecated.
|
long |
ceilingKey(long key)
A Type Specific ceilingKey method to reduce boxing/unboxing.
|
default java.lang.Long |
ceilingKey(java.lang.Long key)
Deprecated.
|
Long2ShortNavigableMap |
copy()
A Function that does a shallow clone of the Map itself.
|
LongNavigableSet |
descendingKeySet() |
Long2ShortNavigableMap |
descendingMap() |
Long2ShortMap.Entry |
firstEntry() |
Long2ShortMap.Entry |
floorEntry(long key)
A Type Specific floorEntry method to reduce boxing/unboxing.
|
default Long2ShortMap.Entry |
floorEntry(java.lang.Long key)
Deprecated.
|
long |
floorKey(long key)
A Type Specific floorKey method to reduce boxing/unboxing.
|
default java.lang.Long |
floorKey(java.lang.Long key)
Deprecated.
|
long |
getDefaultMaxValue()
A Helper method to get the max value for SubMaps.
|
long |
getDefaultMinValue()
A Helper method to get the min value for SubMaps.
|
default Long2ShortNavigableMap |
headMap(long toKey)
A Type Specific HeadMap method to reduce boxing/unboxing
|
default Long2ShortNavigableMap |
headMap(java.lang.Long toKey)
Deprecated.
|
Long2ShortNavigableMap |
headMap(long toKey,
boolean inclusive)
A Type Specific HeadMap method to reduce boxing/unboxing
|
default Long2ShortNavigableMap |
headMap(java.lang.Long toKey,
boolean inclusive)
Deprecated.
|
Long2ShortMap.Entry |
higherEntry(long key)
A Type Specific higherEntry method to reduce boxing/unboxing.
|
default Long2ShortMap.Entry |
higherEntry(java.lang.Long key)
Deprecated.
|
long |
higherKey(long key)
A Type Specific higherKey method to reduce boxing/unboxing.
|
default java.lang.Long |
higherKey(java.lang.Long key)
Deprecated.
|
LongNavigableSet |
keySet() |
Long2ShortMap.Entry |
lastEntry() |
Long2ShortMap.Entry |
lowerEntry(long key)
A Type Specific lowerEntry method to reduce boxing/unboxing.
|
default Long2ShortMap.Entry |
lowerEntry(java.lang.Long key)
Deprecated.
|
long |
lowerKey(long key)
A Type Specific lowerKey method to reduce boxing/unboxing.
|
default java.lang.Long |
lowerKey(java.lang.Long key)
Deprecated.
|
LongNavigableSet |
navigableKeySet() |
Long2ShortMap.Entry |
pollFirstEntry() |
Long2ShortMap.Entry |
pollLastEntry() |
void |
setDefaultMaxValue(long e)
A Helper method to set the max value for SubMaps.
|
void |
setDefaultMinValue(long e)
A Helper method to set the min value for SubMaps.
|
Long2ShortNavigableMap |
subMap(long fromKey,
boolean fromInclusive,
long toKey,
boolean toInclusive)
A Type Specific SubMap method to reduce boxing/unboxing
|
default Long2ShortNavigableMap |
subMap(java.lang.Long fromKey,
boolean fromInclusive,
java.lang.Long toKey,
boolean toInclusive)
Deprecated.
|
default Long2ShortNavigableMap |
subMap(long fromKey,
long toKey)
A Type Specific SubMap method to reduce boxing/unboxing
|
default Long2ShortNavigableMap |
subMap(java.lang.Long fromKey,
java.lang.Long toKey)
Deprecated.
|
default Long2ShortNavigableMap |
synchronize()
Creates a Wrapped NavigableMap that is Synchronized
|
default Long2ShortNavigableMap |
synchronize(java.lang.Object mutex)
Creates a Wrapped NavigableMap that is Synchronized
|
default Long2ShortNavigableMap |
tailMap(long fromKey)
A Type Specific TailMap method to reduce boxing/unboxing
|
default Long2ShortNavigableMap |
tailMap(java.lang.Long fromKey)
Deprecated.
|
Long2ShortNavigableMap |
tailMap(long fromKey,
boolean inclusive)
A Type Specific TailMap method to reduce boxing/unboxing
|
default Long2ShortNavigableMap |
tailMap(java.lang.Long fromKey,
boolean inclusive)
Deprecated.
|
default Long2ShortNavigableMap |
unmodifiable()
Creates a Wrapped NavigableMap that is unmodifiable
|
comparator, firstKey, firstLongKey, firstShortValue, lastKey, lastLongKey, lastShortValue, pollFirstLongKey, pollLastLongKey, valuesaddTo, addToAll, builder, compute, computeIfAbsent, computeIfPresent, computeShort, computeShortIfAbsent, computeShortIfPresent, containsKey, containsKey, containsValue, containsValue, entrySet, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, long2ShortEntrySet, 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, supplyShortIfAbsentLong2ShortNavigableMap copy()
Long2ShortMapcopy in interface Long2ShortMapcopy in interface Long2ShortSortedMapLong2ShortNavigableMap descendingMap()
descendingMap in interface java.util.NavigableMap<java.lang.Long,java.lang.Short>LongNavigableSet navigableKeySet()
navigableKeySet in interface java.util.NavigableMap<java.lang.Long,java.lang.Short>LongNavigableSet descendingKeySet()
descendingKeySet in interface java.util.NavigableMap<java.lang.Long,java.lang.Short>Long2ShortMap.Entry firstEntry()
firstEntry in interface java.util.NavigableMap<java.lang.Long,java.lang.Short>Long2ShortMap.Entry lastEntry()
lastEntry in interface java.util.NavigableMap<java.lang.Long,java.lang.Short>Long2ShortMap.Entry pollFirstEntry()
pollFirstEntry in interface java.util.NavigableMap<java.lang.Long,java.lang.Short>Long2ShortMap.Entry pollLastEntry()
pollLastEntry in interface java.util.NavigableMap<java.lang.Long,java.lang.Short>LongNavigableSet keySet()
keySet in interface Long2ShortMapkeySet in interface Long2ShortSortedMapkeySet in interface java.util.Map<java.lang.Long,java.lang.Short>keySet in interface java.util.SortedMap<java.lang.Long,java.lang.Short>default Long2ShortNavigableMap synchronize()
synchronize in interface Long2ShortMapsynchronize in interface Long2ShortSortedMapLong2ShortMaps.synchronize(speiger.src.collections.longs.maps.interfaces.Long2ShortMap)default Long2ShortNavigableMap synchronize(java.lang.Object mutex)
synchronize in interface Long2ShortMapsynchronize in interface Long2ShortSortedMapmutex - is the controller of the synchronization blockLong2ShortMaps.synchronize(speiger.src.collections.longs.maps.interfaces.Long2ShortMap)default Long2ShortNavigableMap unmodifiable()
unmodifiable in interface Long2ShortMapunmodifiable in interface Long2ShortSortedMapLong2ShortMaps.unmodifiable(speiger.src.collections.longs.maps.interfaces.Long2ShortMap)Long2ShortNavigableMap subMap(long fromKey, boolean fromInclusive, long 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 notLong2ShortNavigableMap headMap(long toKey, boolean inclusive)
toKey - where the HeadMap should endinclusive - if the toKey is inclusive or notLong2ShortNavigableMap tailMap(long fromKey, boolean inclusive)
fromKey - where the TailMap should startinclusive - if the fromKey is inclusive or notdefault Long2ShortNavigableMap subMap(long fromKey, long toKey)
Long2ShortSortedMapsubMap in interface Long2ShortSortedMapfromKey - where the submap should starttoKey - where the subMap should enddefault Long2ShortNavigableMap headMap(long toKey)
Long2ShortSortedMapheadMap in interface Long2ShortSortedMaptoKey - where the headMap should enddefault Long2ShortNavigableMap tailMap(long fromKey)
Long2ShortSortedMaptailMap in interface Long2ShortSortedMapfromKey - where the TailMap should startvoid setDefaultMaxValue(long e)
e - the new max valuelong getDefaultMaxValue()
void setDefaultMinValue(long e)
e - the new min valuelong getDefaultMinValue()
long lowerKey(long key)
key - that should be compared with.long higherKey(long key)
key - that should be compared with.long floorKey(long key)
key - that should be compared with.long ceilingKey(long key)
key - that should be compared with.Long2ShortMap.Entry lowerEntry(long key)
key - that should be compared with.Long2ShortMap.Entry higherEntry(long key)
key - that should be compared with.Long2ShortMap.Entry floorEntry(long key)
key - that should be compared with.Long2ShortMap.Entry ceilingEntry(long key)
key - that should be compared with.@Deprecated default java.lang.Long lowerKey(java.lang.Long key)
lowerKey in interface java.util.NavigableMap<java.lang.Long,java.lang.Short>@Deprecated default java.lang.Long floorKey(java.lang.Long key)
floorKey in interface java.util.NavigableMap<java.lang.Long,java.lang.Short>@Deprecated default java.lang.Long ceilingKey(java.lang.Long key)
ceilingKey in interface java.util.NavigableMap<java.lang.Long,java.lang.Short>@Deprecated default java.lang.Long higherKey(java.lang.Long key)
higherKey in interface java.util.NavigableMap<java.lang.Long,java.lang.Short>@Deprecated default Long2ShortMap.Entry lowerEntry(java.lang.Long key)
lowerEntry in interface java.util.NavigableMap<java.lang.Long,java.lang.Short>@Deprecated default Long2ShortMap.Entry floorEntry(java.lang.Long key)
floorEntry in interface java.util.NavigableMap<java.lang.Long,java.lang.Short>@Deprecated default Long2ShortMap.Entry ceilingEntry(java.lang.Long key)
ceilingEntry in interface java.util.NavigableMap<java.lang.Long,java.lang.Short>@Deprecated default Long2ShortMap.Entry higherEntry(java.lang.Long key)
higherEntry in interface java.util.NavigableMap<java.lang.Long,java.lang.Short>@Deprecated default Long2ShortNavigableMap subMap(java.lang.Long fromKey, boolean fromInclusive, java.lang.Long toKey, boolean toInclusive)
subMap in interface java.util.NavigableMap<java.lang.Long,java.lang.Short>@Deprecated default Long2ShortNavigableMap headMap(java.lang.Long toKey, boolean inclusive)
headMap in interface java.util.NavigableMap<java.lang.Long,java.lang.Short>@Deprecated default Long2ShortNavigableMap tailMap(java.lang.Long fromKey, boolean inclusive)
tailMap in interface java.util.NavigableMap<java.lang.Long,java.lang.Short>@Deprecated default Long2ShortNavigableMap subMap(java.lang.Long fromKey, java.lang.Long toKey)
subMap in interface Long2ShortSortedMapsubMap in interface java.util.NavigableMap<java.lang.Long,java.lang.Short>subMap in interface java.util.SortedMap<java.lang.Long,java.lang.Short>@Deprecated default Long2ShortNavigableMap headMap(java.lang.Long toKey)
headMap in interface Long2ShortSortedMapheadMap in interface java.util.NavigableMap<java.lang.Long,java.lang.Short>headMap in interface java.util.SortedMap<java.lang.Long,java.lang.Short>@Deprecated default Long2ShortNavigableMap tailMap(java.lang.Long fromKey)
tailMap in interface Long2ShortSortedMaptailMap in interface java.util.NavigableMap<java.lang.Long,java.lang.Short>tailMap in interface java.util.SortedMap<java.lang.Long,java.lang.Short>