public static class Short2LongMaps.UnmodifyableNavigableMap extends Short2LongMaps.UnmodifyableSortedMap implements Short2LongNavigableMap
AbstractShort2LongMap.BasicEntryjava.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>Short2LongSortedMap.FastSortedSetShort2LongMap.BuilderCache, Short2LongMap.Entry, Short2LongMap.FastEntrySet, Short2LongMap.MapBuilder| Modifier and Type | Method and Description |
|---|---|
Short2LongMap.Entry |
ceilingEntry(short key)
A Type Specific ceilingEntry method to reduce boxing/unboxing.
|
short |
ceilingKey(short key)
A Type Specific ceilingKey method to reduce boxing/unboxing.
|
Short2LongNavigableMap |
copy()
A Function that does a shallow clone of the Map itself.
|
ShortNavigableSet |
descendingKeySet() |
Short2LongNavigableMap |
descendingMap() |
Short2LongMap.Entry |
firstEntry() |
Short2LongMap.Entry |
floorEntry(short key)
A Type Specific floorEntry method to reduce boxing/unboxing.
|
short |
floorKey(short key)
A Type Specific floorKey method to reduce boxing/unboxing.
|
short |
getDefaultMaxValue()
A Helper method to get the max value for SubMaps.
|
short |
getDefaultMinValue()
A Helper method to get the min value for SubMaps.
|
Short2LongNavigableMap |
headMap(short toKey)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Short2LongNavigableMap |
headMap(short toKey,
boolean inclusive)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Short2LongMap.Entry |
higherEntry(short key)
A Type Specific higherEntry method to reduce boxing/unboxing.
|
short |
higherKey(short key)
A Type Specific higherKey method to reduce boxing/unboxing.
|
ShortNavigableSet |
keySet() |
Short2LongMap.Entry |
lastEntry() |
Short2LongMap.Entry |
lowerEntry(short key)
A Type Specific lowerEntry method to reduce boxing/unboxing.
|
short |
lowerKey(short key)
A Type Specific lowerKey method to reduce boxing/unboxing.
|
ShortNavigableSet |
navigableKeySet() |
Short2LongMap.Entry |
pollFirstEntry() |
Short2LongMap.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.
|
Short2LongNavigableMap |
subMap(short fromKey,
boolean fromInclusive,
short toKey,
boolean toInclusive)
A Type Specific SubMap method to reduce boxing/unboxing
|
Short2LongNavigableMap |
subMap(short fromKey,
short toKey)
A Type Specific SubMap method to reduce boxing/unboxing
|
Short2LongNavigableMap |
tailMap(short fromKey)
A Type Specific TailMap method to reduce boxing/unboxing
|
Short2LongNavigableMap |
tailMap(short fromKey,
boolean inclusive)
A Type Specific TailMap method to reduce boxing/unboxing
|
comparator, firstLongValue, firstShortKey, lastLongValue, lastShortKey, pollFirstShortKey, pollLastShortKeyaddTo, clear, computeLong, computeLongIfAbsent, computeLongIfPresent, get, getOrDefault, mergeAllLong, mergeLong, put, putIfAbsent, remove, remove, removeOrDefault, replaceLongs, replaceLongs, short2LongEntrySet, subFrom, supplyLongIfAbsent, valuesaddToAll, containsKey, containsValue, entrySet, equals, forEach, get, getDefaultReturnValue, getOrDefault, hashCode, put, putAll, putAll, putAll, putAll, putAllIfAbsent, remove, replace, replace, setDefaultReturnValuecontainsKey, containsValue, isEmpty, size, toStringceilingEntry, ceilingKey, floorEntry, floorKey, headMap, headMap, higherEntry, higherKey, lowerEntry, lowerKey, subMap, subMap, synchronize, synchronize, tailMap, tailMap, unmodifiablecomparator, firstKey, firstLongValue, firstShortKey, lastKey, lastLongValue, lastShortKey, pollFirstShortKey, pollLastShortKey, valuesaddTo, addToAll, builder, compute, computeIfAbsent, computeIfPresent, computeLong, computeLongIfAbsent, computeLongIfPresent, containsKey, containsKey, containsValue, containsValue, entrySet, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, merge, mergeAllLong, mergeLong, put, put, putAll, putAll, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceLongs, replaceLongs, setDefaultReturnValue, short2LongEntrySet, subFrom, supplyLongIfAbsentpublic Short2LongNavigableMap descendingMap()
descendingMap in interface java.util.NavigableMap<java.lang.Short,java.lang.Long>descendingMap in interface Short2LongNavigableMappublic ShortNavigableSet navigableKeySet()
navigableKeySet in interface java.util.NavigableMap<java.lang.Short,java.lang.Long>navigableKeySet in interface Short2LongNavigableMappublic ShortNavigableSet keySet()
keySet in interface java.util.Map<java.lang.Short,java.lang.Long>keySet in interface java.util.SortedMap<java.lang.Short,java.lang.Long>keySet in interface Short2LongMapkeySet in interface Short2LongNavigableMapkeySet in interface Short2LongSortedMapkeySet in class Short2LongMaps.UnmodifyableSortedMappublic ShortNavigableSet descendingKeySet()
descendingKeySet in interface java.util.NavigableMap<java.lang.Short,java.lang.Long>descendingKeySet in interface Short2LongNavigableMappublic Short2LongMap.Entry firstEntry()
firstEntry in interface java.util.NavigableMap<java.lang.Short,java.lang.Long>firstEntry in interface Short2LongNavigableMappublic Short2LongMap.Entry lastEntry()
lastEntry in interface java.util.NavigableMap<java.lang.Short,java.lang.Long>lastEntry in interface Short2LongNavigableMappublic Short2LongMap.Entry pollFirstEntry()
pollFirstEntry in interface java.util.NavigableMap<java.lang.Short,java.lang.Long>pollFirstEntry in interface Short2LongNavigableMappublic Short2LongMap.Entry pollLastEntry()
pollLastEntry in interface java.util.NavigableMap<java.lang.Short,java.lang.Long>pollLastEntry in interface Short2LongNavigableMappublic Short2LongNavigableMap subMap(short fromKey, boolean fromInclusive, short toKey, boolean toInclusive)
Short2LongNavigableMapsubMap in interface Short2LongNavigableMapfromKey - where the submap should startfromInclusive - if the fromKey is inclusive or nottoKey - where the subMap should endtoInclusive - if the toKey is inclusive or notpublic Short2LongNavigableMap headMap(short toKey, boolean inclusive)
Short2LongNavigableMapheadMap in interface Short2LongNavigableMaptoKey - where the HeadMap should endinclusive - if the toKey is inclusive or notpublic Short2LongNavigableMap tailMap(short fromKey, boolean inclusive)
Short2LongNavigableMaptailMap in interface Short2LongNavigableMapfromKey - where the TailMap should startinclusive - if the fromKey is inclusive or notpublic Short2LongNavigableMap subMap(short fromKey, short toKey)
Short2LongSortedMapsubMap in interface Short2LongNavigableMapsubMap in interface Short2LongSortedMapsubMap in class Short2LongMaps.UnmodifyableSortedMapfromKey - where the submap should starttoKey - where the subMap should endpublic Short2LongNavigableMap headMap(short toKey)
Short2LongSortedMapheadMap in interface Short2LongNavigableMapheadMap in interface Short2LongSortedMapheadMap in class Short2LongMaps.UnmodifyableSortedMaptoKey - where the headMap should endpublic Short2LongNavigableMap tailMap(short fromKey)
Short2LongSortedMaptailMap in interface Short2LongNavigableMaptailMap in interface Short2LongSortedMaptailMap in class Short2LongMaps.UnmodifyableSortedMapfromKey - where the TailMap should startpublic void setDefaultMaxValue(short e)
Short2LongNavigableMapsetDefaultMaxValue in interface Short2LongNavigableMape - the new max valuepublic short getDefaultMaxValue()
Short2LongNavigableMapgetDefaultMaxValue in interface Short2LongNavigableMappublic void setDefaultMinValue(short e)
Short2LongNavigableMapsetDefaultMinValue in interface Short2LongNavigableMape - the new min valuepublic short getDefaultMinValue()
Short2LongNavigableMapgetDefaultMinValue in interface Short2LongNavigableMappublic short lowerKey(short key)
Short2LongNavigableMaplowerKey in interface Short2LongNavigableMapkey - that should be compared with.public short higherKey(short key)
Short2LongNavigableMaphigherKey in interface Short2LongNavigableMapkey - that should be compared with.public short floorKey(short key)
Short2LongNavigableMapfloorKey in interface Short2LongNavigableMapkey - that should be compared with.public short ceilingKey(short key)
Short2LongNavigableMapceilingKey in interface Short2LongNavigableMapkey - that should be compared with.public Short2LongMap.Entry lowerEntry(short key)
Short2LongNavigableMaplowerEntry in interface Short2LongNavigableMapkey - that should be compared with.public Short2LongMap.Entry higherEntry(short key)
Short2LongNavigableMaphigherEntry in interface Short2LongNavigableMapkey - that should be compared with.public Short2LongMap.Entry floorEntry(short key)
Short2LongNavigableMapfloorEntry in interface Short2LongNavigableMapkey - that should be compared with.public Short2LongMap.Entry ceilingEntry(short key)
Short2LongNavigableMapceilingEntry in interface Short2LongNavigableMapkey - that should be compared with.public Short2LongNavigableMap copy()
Short2LongMapcopy in interface Short2LongMapcopy in interface Short2LongNavigableMapcopy in interface Short2LongSortedMapcopy in class Short2LongMaps.UnmodifyableSortedMap