public static class Short2IntMaps.UnmodifyableNavigableMap extends Short2IntMaps.UnmodifyableSortedMap implements Short2IntNavigableMap
AbstractShort2IntMap.BasicEntryjava.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>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.
|
short |
ceilingKey(short key)
A Type Specific ceilingKey method to reduce boxing/unboxing.
|
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.
|
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.
|
Short2IntNavigableMap |
headMap(short toKey)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Short2IntNavigableMap |
headMap(short toKey,
boolean inclusive)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Short2IntMap.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() |
Short2IntMap.Entry |
lastEntry() |
Short2IntMap.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() |
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
|
Short2IntNavigableMap |
subMap(short fromKey,
short toKey)
A Type Specific SubMap method to reduce boxing/unboxing
|
Short2IntNavigableMap |
tailMap(short fromKey)
A Type Specific TailMap method to reduce boxing/unboxing
|
Short2IntNavigableMap |
tailMap(short fromKey,
boolean inclusive)
A Type Specific TailMap method to reduce boxing/unboxing
|
comparator, firstIntValue, firstShortKey, lastIntValue, lastShortKey, pollFirstShortKey, pollLastShortKeyaddTo, clear, computeInt, computeIntIfAbsent, computeIntIfPresent, get, getOrDefault, mergeAllInt, mergeInt, put, putIfAbsent, remove, remove, removeOrDefault, replaceInts, replaceInts, short2IntEntrySet, subFrom, supplyIntIfAbsent, 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, 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, supplyIntIfAbsentpublic Short2IntNavigableMap descendingMap()
descendingMap in interface java.util.NavigableMap<java.lang.Short,java.lang.Integer>descendingMap in interface Short2IntNavigableMappublic ShortNavigableSet navigableKeySet()
navigableKeySet in interface java.util.NavigableMap<java.lang.Short,java.lang.Integer>navigableKeySet in interface Short2IntNavigableMappublic ShortNavigableSet keySet()
keySet in interface java.util.Map<java.lang.Short,java.lang.Integer>keySet in interface java.util.SortedMap<java.lang.Short,java.lang.Integer>keySet in interface Short2IntMapkeySet in interface Short2IntNavigableMapkeySet in interface Short2IntSortedMapkeySet in class Short2IntMaps.UnmodifyableSortedMappublic ShortNavigableSet descendingKeySet()
descendingKeySet in interface java.util.NavigableMap<java.lang.Short,java.lang.Integer>descendingKeySet in interface Short2IntNavigableMappublic Short2IntMap.Entry firstEntry()
firstEntry in interface java.util.NavigableMap<java.lang.Short,java.lang.Integer>firstEntry in interface Short2IntNavigableMappublic Short2IntMap.Entry lastEntry()
lastEntry in interface java.util.NavigableMap<java.lang.Short,java.lang.Integer>lastEntry in interface Short2IntNavigableMappublic Short2IntMap.Entry pollFirstEntry()
pollFirstEntry in interface java.util.NavigableMap<java.lang.Short,java.lang.Integer>pollFirstEntry in interface Short2IntNavigableMappublic Short2IntMap.Entry pollLastEntry()
pollLastEntry in interface java.util.NavigableMap<java.lang.Short,java.lang.Integer>pollLastEntry in interface Short2IntNavigableMappublic Short2IntNavigableMap subMap(short fromKey, boolean fromInclusive, short toKey, boolean toInclusive)
Short2IntNavigableMapsubMap in interface Short2IntNavigableMapfromKey - where the submap should startfromInclusive - if the fromKey is inclusive or nottoKey - where the subMap should endtoInclusive - if the toKey is inclusive or notpublic Short2IntNavigableMap headMap(short toKey, boolean inclusive)
Short2IntNavigableMapheadMap in interface Short2IntNavigableMaptoKey - where the HeadMap should endinclusive - if the toKey is inclusive or notpublic Short2IntNavigableMap tailMap(short fromKey, boolean inclusive)
Short2IntNavigableMaptailMap in interface Short2IntNavigableMapfromKey - where the TailMap should startinclusive - if the fromKey is inclusive or notpublic Short2IntNavigableMap subMap(short fromKey, short toKey)
Short2IntSortedMapsubMap in interface Short2IntNavigableMapsubMap in interface Short2IntSortedMapsubMap in class Short2IntMaps.UnmodifyableSortedMapfromKey - where the submap should starttoKey - where the subMap should endpublic Short2IntNavigableMap headMap(short toKey)
Short2IntSortedMapheadMap in interface Short2IntNavigableMapheadMap in interface Short2IntSortedMapheadMap in class Short2IntMaps.UnmodifyableSortedMaptoKey - where the headMap should endpublic Short2IntNavigableMap tailMap(short fromKey)
Short2IntSortedMaptailMap in interface Short2IntNavigableMaptailMap in interface Short2IntSortedMaptailMap in class Short2IntMaps.UnmodifyableSortedMapfromKey - where the TailMap should startpublic void setDefaultMaxValue(short e)
Short2IntNavigableMapsetDefaultMaxValue in interface Short2IntNavigableMape - the new max valuepublic short getDefaultMaxValue()
Short2IntNavigableMapgetDefaultMaxValue in interface Short2IntNavigableMappublic void setDefaultMinValue(short e)
Short2IntNavigableMapsetDefaultMinValue in interface Short2IntNavigableMape - the new min valuepublic short getDefaultMinValue()
Short2IntNavigableMapgetDefaultMinValue in interface Short2IntNavigableMappublic short lowerKey(short key)
Short2IntNavigableMaplowerKey in interface Short2IntNavigableMapkey - that should be compared with.public short higherKey(short key)
Short2IntNavigableMaphigherKey in interface Short2IntNavigableMapkey - that should be compared with.public short floorKey(short key)
Short2IntNavigableMapfloorKey in interface Short2IntNavigableMapkey - that should be compared with.public short ceilingKey(short key)
Short2IntNavigableMapceilingKey in interface Short2IntNavigableMapkey - that should be compared with.public Short2IntMap.Entry lowerEntry(short key)
Short2IntNavigableMaplowerEntry in interface Short2IntNavigableMapkey - that should be compared with.public Short2IntMap.Entry higherEntry(short key)
Short2IntNavigableMaphigherEntry in interface Short2IntNavigableMapkey - that should be compared with.public Short2IntMap.Entry floorEntry(short key)
Short2IntNavigableMapfloorEntry in interface Short2IntNavigableMapkey - that should be compared with.public Short2IntMap.Entry ceilingEntry(short key)
Short2IntNavigableMapceilingEntry in interface Short2IntNavigableMapkey - that should be compared with.public Short2IntNavigableMap copy()
Short2IntMapcopy in interface Short2IntMapcopy in interface Short2IntNavigableMapcopy in interface Short2IntSortedMapcopy in class Short2IntMaps.UnmodifyableSortedMap