public static class Short2ByteMaps.UnmodifyableNavigableMap extends Short2ByteMaps.UnmodifyableSortedMap implements Short2ByteNavigableMap
AbstractShort2ByteMap.BasicEntryjava.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>Short2ByteSortedMap.FastSortedSetShort2ByteMap.BuilderCache, Short2ByteMap.Entry, Short2ByteMap.FastEntrySet, Short2ByteMap.MapBuilder| Modifier and Type | Method and Description |
|---|---|
Short2ByteMap.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.
|
Short2ByteNavigableMap |
copy()
A Function that does a shallow clone of the Map itself.
|
ShortNavigableSet |
descendingKeySet() |
Short2ByteNavigableMap |
descendingMap() |
Short2ByteMap.Entry |
firstEntry() |
Short2ByteMap.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.
|
Short2ByteNavigableMap |
headMap(short toKey)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Short2ByteNavigableMap |
headMap(short toKey,
boolean inclusive)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Short2ByteMap.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() |
Short2ByteMap.Entry |
lastEntry() |
Short2ByteMap.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() |
Short2ByteMap.Entry |
pollFirstEntry() |
Short2ByteMap.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.
|
Short2ByteNavigableMap |
subMap(short fromKey,
boolean fromInclusive,
short toKey,
boolean toInclusive)
A Type Specific SubMap method to reduce boxing/unboxing
|
Short2ByteNavigableMap |
subMap(short fromKey,
short toKey)
A Type Specific SubMap method to reduce boxing/unboxing
|
Short2ByteNavigableMap |
tailMap(short fromKey)
A Type Specific TailMap method to reduce boxing/unboxing
|
Short2ByteNavigableMap |
tailMap(short fromKey,
boolean inclusive)
A Type Specific TailMap method to reduce boxing/unboxing
|
comparator, firstByteValue, firstShortKey, lastByteValue, lastShortKey, pollFirstShortKey, pollLastShortKeyaddTo, clear, computeByte, computeByteIfAbsent, computeByteIfPresent, get, getOrDefault, mergeAllByte, mergeByte, put, putIfAbsent, remove, remove, removeOrDefault, replaceBytes, replaceBytes, short2ByteEntrySet, subFrom, supplyByteIfAbsent, 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, firstByteValue, firstKey, firstShortKey, lastByteValue, lastKey, lastShortKey, pollFirstShortKey, pollLastShortKey, valuesaddTo, addToAll, builder, compute, computeByte, computeByteIfAbsent, computeByteIfPresent, computeIfAbsent, computeIfPresent, containsKey, containsKey, containsValue, containsValue, entrySet, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, merge, mergeAllByte, mergeByte, put, put, putAll, putAll, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceBytes, replaceBytes, setDefaultReturnValue, short2ByteEntrySet, subFrom, supplyByteIfAbsentpublic Short2ByteNavigableMap descendingMap()
descendingMap in interface java.util.NavigableMap<java.lang.Short,java.lang.Byte>descendingMap in interface Short2ByteNavigableMappublic ShortNavigableSet navigableKeySet()
navigableKeySet in interface java.util.NavigableMap<java.lang.Short,java.lang.Byte>navigableKeySet in interface Short2ByteNavigableMappublic ShortNavigableSet keySet()
keySet in interface java.util.Map<java.lang.Short,java.lang.Byte>keySet in interface java.util.SortedMap<java.lang.Short,java.lang.Byte>keySet in interface Short2ByteMapkeySet in interface Short2ByteNavigableMapkeySet in interface Short2ByteSortedMapkeySet in class Short2ByteMaps.UnmodifyableSortedMappublic ShortNavigableSet descendingKeySet()
descendingKeySet in interface java.util.NavigableMap<java.lang.Short,java.lang.Byte>descendingKeySet in interface Short2ByteNavigableMappublic Short2ByteMap.Entry firstEntry()
firstEntry in interface java.util.NavigableMap<java.lang.Short,java.lang.Byte>firstEntry in interface Short2ByteNavigableMappublic Short2ByteMap.Entry lastEntry()
lastEntry in interface java.util.NavigableMap<java.lang.Short,java.lang.Byte>lastEntry in interface Short2ByteNavigableMappublic Short2ByteMap.Entry pollFirstEntry()
pollFirstEntry in interface java.util.NavigableMap<java.lang.Short,java.lang.Byte>pollFirstEntry in interface Short2ByteNavigableMappublic Short2ByteMap.Entry pollLastEntry()
pollLastEntry in interface java.util.NavigableMap<java.lang.Short,java.lang.Byte>pollLastEntry in interface Short2ByteNavigableMappublic Short2ByteNavigableMap subMap(short fromKey, boolean fromInclusive, short toKey, boolean toInclusive)
Short2ByteNavigableMapsubMap in interface Short2ByteNavigableMapfromKey - where the submap should startfromInclusive - if the fromKey is inclusive or nottoKey - where the subMap should endtoInclusive - if the toKey is inclusive or notpublic Short2ByteNavigableMap headMap(short toKey, boolean inclusive)
Short2ByteNavigableMapheadMap in interface Short2ByteNavigableMaptoKey - where the HeadMap should endinclusive - if the toKey is inclusive or notpublic Short2ByteNavigableMap tailMap(short fromKey, boolean inclusive)
Short2ByteNavigableMaptailMap in interface Short2ByteNavigableMapfromKey - where the TailMap should startinclusive - if the fromKey is inclusive or notpublic Short2ByteNavigableMap subMap(short fromKey, short toKey)
Short2ByteSortedMapsubMap in interface Short2ByteNavigableMapsubMap in interface Short2ByteSortedMapsubMap in class Short2ByteMaps.UnmodifyableSortedMapfromKey - where the submap should starttoKey - where the subMap should endpublic Short2ByteNavigableMap headMap(short toKey)
Short2ByteSortedMapheadMap in interface Short2ByteNavigableMapheadMap in interface Short2ByteSortedMapheadMap in class Short2ByteMaps.UnmodifyableSortedMaptoKey - where the headMap should endpublic Short2ByteNavigableMap tailMap(short fromKey)
Short2ByteSortedMaptailMap in interface Short2ByteNavigableMaptailMap in interface Short2ByteSortedMaptailMap in class Short2ByteMaps.UnmodifyableSortedMapfromKey - where the TailMap should startpublic void setDefaultMaxValue(short e)
Short2ByteNavigableMapsetDefaultMaxValue in interface Short2ByteNavigableMape - the new max valuepublic short getDefaultMaxValue()
Short2ByteNavigableMapgetDefaultMaxValue in interface Short2ByteNavigableMappublic void setDefaultMinValue(short e)
Short2ByteNavigableMapsetDefaultMinValue in interface Short2ByteNavigableMape - the new min valuepublic short getDefaultMinValue()
Short2ByteNavigableMapgetDefaultMinValue in interface Short2ByteNavigableMappublic short lowerKey(short key)
Short2ByteNavigableMaplowerKey in interface Short2ByteNavigableMapkey - that should be compared with.public short higherKey(short key)
Short2ByteNavigableMaphigherKey in interface Short2ByteNavigableMapkey - that should be compared with.public short floorKey(short key)
Short2ByteNavigableMapfloorKey in interface Short2ByteNavigableMapkey - that should be compared with.public short ceilingKey(short key)
Short2ByteNavigableMapceilingKey in interface Short2ByteNavigableMapkey - that should be compared with.public Short2ByteMap.Entry lowerEntry(short key)
Short2ByteNavigableMaplowerEntry in interface Short2ByteNavigableMapkey - that should be compared with.public Short2ByteMap.Entry higherEntry(short key)
Short2ByteNavigableMaphigherEntry in interface Short2ByteNavigableMapkey - that should be compared with.public Short2ByteMap.Entry floorEntry(short key)
Short2ByteNavigableMapfloorEntry in interface Short2ByteNavigableMapkey - that should be compared with.public Short2ByteMap.Entry ceilingEntry(short key)
Short2ByteNavigableMapceilingEntry in interface Short2ByteNavigableMapkey - that should be compared with.public Short2ByteNavigableMap copy()
Short2ByteMapcopy in interface Short2ByteMapcopy in interface Short2ByteNavigableMapcopy in interface Short2ByteSortedMapcopy in class Short2ByteMaps.UnmodifyableSortedMap