public static class Short2ShortMaps.UnmodifyableNavigableMap extends Short2ShortMaps.UnmodifyableSortedMap implements Short2ShortNavigableMap
AbstractShort2ShortMap.BasicEntryjava.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>Short2ShortSortedMap.FastSortedSetShort2ShortMap.Entry, Short2ShortMap.FastEntrySet| Modifier and Type | Method and Description |
|---|---|
Short2ShortMap.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.
|
ShortNavigableSet |
descendingKeySet() |
Short2ShortNavigableMap |
descendingMap() |
Short2ShortMap.Entry |
firstEntry() |
Short2ShortMap.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.
|
Short2ShortNavigableMap |
headMap(short toKey)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Short2ShortNavigableMap |
headMap(short toKey,
boolean inclusive)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Short2ShortMap.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.
|
Short2ShortMap.Entry |
lastEntry() |
Short2ShortMap.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() |
Short2ShortMap.Entry |
pollFirstEntry() |
Short2ShortMap.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.
|
Short2ShortNavigableMap |
subMap(short fromKey,
boolean fromInclusive,
short toKey,
boolean toInclusive)
A Type Specific SubMap method to reduce boxing/unboxing
|
Short2ShortNavigableMap |
subMap(short fromKey,
short toKey)
A Type Specific SubMap method to reduce boxing/unboxing
|
Short2ShortNavigableMap |
tailMap(short fromKey)
A Type Specific TailMap method to reduce boxing/unboxing
|
Short2ShortNavigableMap |
tailMap(short fromKey,
boolean inclusive)
A Type Specific TailMap method to reduce boxing/unboxing
|
comparator, firstShortKey, firstShortValue, getAndMoveToFirst, getAndMoveToLast, lastShortKey, lastShortValue, moveToFirst, moveToLast, pollFirstShortKey, pollLastShortKey, putAndMoveToFirst, putAndMoveToLastaddTo, getOrDefault, getShort, keySet, put, putIfAbsent, remove, remShort, remShortOrDefault, short2ShortEntrySet, valuesaddToAll, computeShort, computeShortIfAbsent, computeShortIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getDefaultReturnValue, getOrDefault, hashCode, mergeAllShort, mergeShort, putAll, putAll, putAll, putAllIfAbsent, replace, replace, replaceShorts, replaceShorts, setDefaultReturnValueclear, containsKey, containsValue, isEmpty, put, remove, size, toStringceilingEntry, ceilingKey, floorEntry, floorKey, headMap, headMap, higherEntry, higherKey, lowerEntry, lowerKey, subMap, subMap, tailMap, tailMapcomparator, firstKey, firstShortKey, firstShortValue, getAndMoveToFirst, getAndMoveToLast, keySet, lastKey, lastShortKey, lastShortValue, moveToFirst, moveToLast, pollFirstShortKey, pollLastShortKey, putAndMoveToFirst, putAndMoveToLast, valuesaddTo, addToAll, compute, computeIfAbsent, computeIfPresent, computeShort, computeShortIfAbsent, computeShortIfPresent, containsKey, containsKey, containsValue, containsValue, entrySet, forEach, forEach, get, getDefaultReturnValue, getOrDefault, getOrDefault, getShort, merge, mergeAllShort, mergeShort, put, put, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remShort, remShortOrDefault, replace, replace, replace, replace, replaceAll, replaceShorts, replaceShorts, setDefaultReturnValue, short2ShortEntrySetpublic Short2ShortNavigableMap descendingMap()
descendingMap in interface java.util.NavigableMap<java.lang.Short,java.lang.Short>descendingMap in interface Short2ShortNavigableMappublic ShortNavigableSet navigableKeySet()
navigableKeySet in interface java.util.NavigableMap<java.lang.Short,java.lang.Short>navigableKeySet in interface Short2ShortNavigableMappublic ShortNavigableSet descendingKeySet()
descendingKeySet in interface java.util.NavigableMap<java.lang.Short,java.lang.Short>descendingKeySet in interface Short2ShortNavigableMappublic Short2ShortMap.Entry firstEntry()
firstEntry in interface java.util.NavigableMap<java.lang.Short,java.lang.Short>firstEntry in interface Short2ShortNavigableMappublic Short2ShortMap.Entry lastEntry()
lastEntry in interface java.util.NavigableMap<java.lang.Short,java.lang.Short>lastEntry in interface Short2ShortNavigableMappublic Short2ShortMap.Entry pollFirstEntry()
pollFirstEntry in interface java.util.NavigableMap<java.lang.Short,java.lang.Short>pollFirstEntry in interface Short2ShortNavigableMappublic Short2ShortMap.Entry pollLastEntry()
pollLastEntry in interface java.util.NavigableMap<java.lang.Short,java.lang.Short>pollLastEntry in interface Short2ShortNavigableMappublic Short2ShortNavigableMap subMap(short fromKey, boolean fromInclusive, short toKey, boolean toInclusive)
Short2ShortNavigableMapsubMap in interface Short2ShortNavigableMapfromKey - where the submap should startfromInclusive - if the fromKey is inclusive or nottoKey - where the subMap should endtoInclusive - if the toKey is inclusive or notpublic Short2ShortNavigableMap headMap(short toKey, boolean inclusive)
Short2ShortNavigableMapheadMap in interface Short2ShortNavigableMaptoKey - where the HeadMap should endinclusive - if the toKey is inclusive or notpublic Short2ShortNavigableMap tailMap(short fromKey, boolean inclusive)
Short2ShortNavigableMaptailMap in interface Short2ShortNavigableMapfromKey - where the TailMap should startinclusive - if the fromKey is inclusive or notpublic Short2ShortNavigableMap subMap(short fromKey, short toKey)
Short2ShortSortedMapsubMap in interface Short2ShortNavigableMapsubMap in interface Short2ShortSortedMapsubMap in class Short2ShortMaps.UnmodifyableSortedMapfromKey - where the submap should starttoKey - where the subMap should endpublic Short2ShortNavigableMap headMap(short toKey)
Short2ShortSortedMapheadMap in interface Short2ShortNavigableMapheadMap in interface Short2ShortSortedMapheadMap in class Short2ShortMaps.UnmodifyableSortedMaptoKey - where the headMap should endpublic Short2ShortNavigableMap tailMap(short fromKey)
Short2ShortSortedMaptailMap in interface Short2ShortNavigableMaptailMap in interface Short2ShortSortedMaptailMap in class Short2ShortMaps.UnmodifyableSortedMapfromKey - where the TailMap should startpublic void setDefaultMaxValue(short e)
Short2ShortNavigableMapsetDefaultMaxValue in interface Short2ShortNavigableMape - the new max valuepublic short getDefaultMaxValue()
Short2ShortNavigableMapgetDefaultMaxValue in interface Short2ShortNavigableMappublic void setDefaultMinValue(short e)
Short2ShortNavigableMapsetDefaultMinValue in interface Short2ShortNavigableMape - the new min valuepublic short getDefaultMinValue()
Short2ShortNavigableMapgetDefaultMinValue in interface Short2ShortNavigableMappublic short lowerKey(short key)
Short2ShortNavigableMaplowerKey in interface Short2ShortNavigableMapkey - that should be compared with.public short higherKey(short key)
Short2ShortNavigableMaphigherKey in interface Short2ShortNavigableMapkey - that should be compared with.public short floorKey(short key)
Short2ShortNavigableMapfloorKey in interface Short2ShortNavigableMapkey - that should be compared with.public short ceilingKey(short key)
Short2ShortNavigableMapceilingKey in interface Short2ShortNavigableMapkey - that should be compared with.public Short2ShortMap.Entry lowerEntry(short key)
Short2ShortNavigableMaplowerEntry in interface Short2ShortNavigableMapkey - that should be compared with.public Short2ShortMap.Entry higherEntry(short key)
Short2ShortNavigableMaphigherEntry in interface Short2ShortNavigableMapkey - that should be compared with.public Short2ShortMap.Entry floorEntry(short key)
Short2ShortNavigableMapfloorEntry in interface Short2ShortNavigableMapkey - that should be compared with.public Short2ShortMap.Entry ceilingEntry(short key)
Short2ShortNavigableMapceilingEntry in interface Short2ShortNavigableMapkey - that should be compared with.