public static class Short2BooleanMaps.UnmodifyableSortedMap extends Short2BooleanMaps.UnmodifyableMap implements Short2BooleanSortedMap
AbstractShort2BooleanMap.BasicEntryjava.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>Short2BooleanSortedMap.FastSortedSetShort2BooleanMap.BuilderCache, Short2BooleanMap.Entry, Short2BooleanMap.FastEntrySet, Short2BooleanMap.MapBuilder| Modifier and Type | Method and Description |
|---|---|
ShortComparator |
comparator() |
Short2BooleanSortedMap |
copy()
A Function that does a shallow clone of the Map itself.
|
boolean |
firstBooleanValue()
A method to get the first Value of a Map.
|
short |
firstShortKey()
A method to get the first Key of a Map.
|
Short2BooleanSortedMap |
headMap(short toKey)
A Type Specific HeadMap method to reduce boxing/unboxing
|
ShortSortedSet |
keySet() |
boolean |
lastBooleanValue()
A method to get the last Value of a Map.
|
short |
lastShortKey()
A method to get the last Key of a Map.
|
short |
pollFirstShortKey()
A method to get and remove the first Key of a Map.
|
short |
pollLastShortKey()
A method to get and remove the last Key of a Map.
|
Short2BooleanSortedMap |
subMap(short fromKey,
short toKey)
A Type Specific SubMap method to reduce boxing/unboxing
|
Short2BooleanSortedMap |
tailMap(short fromKey)
A Type Specific TailMap method to reduce boxing/unboxing
|
clear, computeBoolean, computeBooleanIfAbsent, computeBooleanIfPresent, get, getOrDefault, mergeAllBoolean, mergeBoolean, put, putIfAbsent, remove, remove, removeOrDefault, replaceBooleans, replaceBooleans, short2BooleanEntrySet, supplyBooleanIfAbsent, valuescontainsKey, containsValue, entrySet, equals, forEach, get, getDefaultReturnValue, getOrDefault, hashCode, put, putAll, putAll, putAll, putAll, putAllIfAbsent, remove, replace, replace, setDefaultReturnValuecontainsKey, containsValue, isEmpty, size, toStringfirstKey, headMap, lastKey, subMap, synchronize, synchronize, tailMap, unmodifiable, valuesbuilder, compute, computeBoolean, computeBooleanIfAbsent, computeBooleanIfPresent, computeIfAbsent, computeIfPresent, containsKey, containsKey, containsValue, containsValue, entrySet, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, merge, mergeAllBoolean, mergeBoolean, put, put, putAll, putAll, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceBooleans, replaceBooleans, setDefaultReturnValue, short2BooleanEntrySet, supplyBooleanIfAbsentpublic ShortComparator comparator()
comparator in interface java.util.SortedMap<java.lang.Short,java.lang.Boolean>comparator in interface Short2BooleanSortedMappublic Short2BooleanSortedMap subMap(short fromKey, short toKey)
Short2BooleanSortedMapsubMap in interface Short2BooleanSortedMapfromKey - where the submap should starttoKey - where the subMap should endpublic Short2BooleanSortedMap headMap(short toKey)
Short2BooleanSortedMapheadMap in interface Short2BooleanSortedMaptoKey - where the headMap should endpublic Short2BooleanSortedMap tailMap(short fromKey)
Short2BooleanSortedMaptailMap in interface Short2BooleanSortedMapfromKey - where the TailMap should startpublic ShortSortedSet keySet()
keySet in interface java.util.Map<java.lang.Short,java.lang.Boolean>keySet in interface java.util.SortedMap<java.lang.Short,java.lang.Boolean>keySet in interface Short2BooleanMapkeySet in interface Short2BooleanSortedMapkeySet in class Short2BooleanMaps.UnmodifyableMappublic short firstShortKey()
Short2BooleanSortedMapfirstShortKey in interface Short2BooleanSortedMappublic short pollFirstShortKey()
Short2BooleanSortedMappollFirstShortKey in interface Short2BooleanSortedMappublic short lastShortKey()
Short2BooleanSortedMaplastShortKey in interface Short2BooleanSortedMappublic short pollLastShortKey()
Short2BooleanSortedMappollLastShortKey in interface Short2BooleanSortedMappublic boolean firstBooleanValue()
Short2BooleanSortedMapfirstBooleanValue in interface Short2BooleanSortedMappublic boolean lastBooleanValue()
Short2BooleanSortedMaplastBooleanValue in interface Short2BooleanSortedMappublic Short2BooleanSortedMap copy()
Short2BooleanMapcopy in interface Short2BooleanMapcopy in interface Short2BooleanSortedMapcopy in class Short2BooleanMaps.UnmodifyableMap