public static class Short2BooleanMaps.SynchronizedSortedMap extends Short2BooleanMaps.SynchronizedMap 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.
|
java.lang.Short |
firstKey()
Deprecated.
|
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
|
Short2BooleanSortedMap |
headMap(java.lang.Short toKey)
Deprecated.
|
ShortSortedSet |
keySet() |
boolean |
lastBooleanValue()
A method to get the last Value of a Map.
|
java.lang.Short |
lastKey()
Deprecated.
|
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 |
subMap(java.lang.Short fromKey,
java.lang.Short toKey)
Deprecated.
|
Short2BooleanSortedMap |
tailMap(short fromKey)
A Type Specific TailMap method to reduce boxing/unboxing
|
Short2BooleanSortedMap |
tailMap(java.lang.Short fromKey)
Deprecated.
|
clear, compute, computeBoolean, computeBooleanIfAbsent, computeBooleanIfPresent, computeIfAbsent, computeIfPresent, containsKey, containsKey, containsValue, containsValue, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, merge, mergeAllBoolean, mergeBoolean, put, put, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceBooleans, replaceBooleans, setDefaultReturnValue, short2BooleanEntrySet, size, supplyBooleanIfAbsent, valuesentrySet, equals, hashCode, putAllsynchronize, synchronize, 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, put, put, putAll, putAll, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceBooleans, replaceBooleans, setDefaultReturnValue, short2BooleanEntrySet, supplyBooleanIfAbsent, testalwaysFalse, alwaysTrue, andType, negate, orTypepublic 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.SynchronizedMappublic 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.SynchronizedMap@Deprecated public java.lang.Short firstKey()
firstKey in interface java.util.SortedMap<java.lang.Short,java.lang.Boolean>firstKey in interface Short2BooleanSortedMap@Deprecated public java.lang.Short lastKey()
lastKey in interface java.util.SortedMap<java.lang.Short,java.lang.Boolean>lastKey in interface Short2BooleanSortedMap@Deprecated public Short2BooleanSortedMap subMap(java.lang.Short fromKey, java.lang.Short toKey)
subMap in interface java.util.SortedMap<java.lang.Short,java.lang.Boolean>subMap in interface Short2BooleanSortedMap@Deprecated public Short2BooleanSortedMap headMap(java.lang.Short toKey)
headMap in interface java.util.SortedMap<java.lang.Short,java.lang.Boolean>headMap in interface Short2BooleanSortedMap@Deprecated public Short2BooleanSortedMap tailMap(java.lang.Short fromKey)
tailMap in interface java.util.SortedMap<java.lang.Short,java.lang.Boolean>tailMap in interface Short2BooleanSortedMap