public static class Long2BooleanMaps.SynchronizedSortedMap extends Long2BooleanMaps.SynchronizedMap implements Long2BooleanSortedMap
AbstractLong2BooleanMap.BasicEntryjava.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>Long2BooleanSortedMap.FastSortedSetLong2BooleanMap.BuilderCache, Long2BooleanMap.Entry, Long2BooleanMap.FastEntrySet, Long2BooleanMap.MapBuilder| Modifier and Type | Method and Description |
|---|---|
LongComparator |
comparator() |
Long2BooleanSortedMap |
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.Long |
firstKey()
Deprecated.
|
long |
firstLongKey()
A method to get the first Key of a Map.
|
Long2BooleanSortedMap |
headMap(long toKey)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Long2BooleanSortedMap |
headMap(java.lang.Long toKey)
Deprecated.
|
LongSortedSet |
keySet() |
boolean |
lastBooleanValue()
A method to get the last Value of a Map.
|
java.lang.Long |
lastKey()
Deprecated.
|
long |
lastLongKey()
A method to get the last Key of a Map.
|
long |
pollFirstLongKey()
A method to get and remove the first Key of a Map.
|
long |
pollLastLongKey()
A method to get and remove the last Key of a Map.
|
Long2BooleanSortedMap |
subMap(long fromKey,
long toKey)
A Type Specific SubMap method to reduce boxing/unboxing
|
Long2BooleanSortedMap |
subMap(java.lang.Long fromKey,
java.lang.Long toKey)
Deprecated.
|
Long2BooleanSortedMap |
tailMap(long fromKey)
A Type Specific TailMap method to reduce boxing/unboxing
|
Long2BooleanSortedMap |
tailMap(java.lang.Long fromKey)
Deprecated.
|
clear, compute, computeBoolean, computeBooleanIfAbsent, computeBooleanIfPresent, computeIfAbsent, computeIfPresent, containsKey, containsKey, containsValue, containsValue, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, long2BooleanEntrySet, merge, mergeAllBoolean, mergeBoolean, put, put, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceBooleans, replaceBooleans, setDefaultReturnValue, 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, long2BooleanEntrySet, 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, supplyBooleanIfAbsent, testpublic LongComparator comparator()
comparator in interface java.util.SortedMap<java.lang.Long,java.lang.Boolean>comparator in interface Long2BooleanSortedMappublic Long2BooleanSortedMap subMap(long fromKey, long toKey)
Long2BooleanSortedMapsubMap in interface Long2BooleanSortedMapfromKey - where the submap should starttoKey - where the subMap should endpublic Long2BooleanSortedMap headMap(long toKey)
Long2BooleanSortedMapheadMap in interface Long2BooleanSortedMaptoKey - where the headMap should endpublic Long2BooleanSortedMap tailMap(long fromKey)
Long2BooleanSortedMaptailMap in interface Long2BooleanSortedMapfromKey - where the TailMap should startpublic LongSortedSet keySet()
keySet in interface java.util.Map<java.lang.Long,java.lang.Boolean>keySet in interface java.util.SortedMap<java.lang.Long,java.lang.Boolean>keySet in interface Long2BooleanMapkeySet in interface Long2BooleanSortedMapkeySet in class Long2BooleanMaps.SynchronizedMappublic long firstLongKey()
Long2BooleanSortedMapfirstLongKey in interface Long2BooleanSortedMappublic long pollFirstLongKey()
Long2BooleanSortedMappollFirstLongKey in interface Long2BooleanSortedMappublic long lastLongKey()
Long2BooleanSortedMaplastLongKey in interface Long2BooleanSortedMappublic long pollLastLongKey()
Long2BooleanSortedMappollLastLongKey in interface Long2BooleanSortedMappublic boolean firstBooleanValue()
Long2BooleanSortedMapfirstBooleanValue in interface Long2BooleanSortedMappublic boolean lastBooleanValue()
Long2BooleanSortedMaplastBooleanValue in interface Long2BooleanSortedMappublic Long2BooleanSortedMap copy()
Long2BooleanMapcopy in interface Long2BooleanMapcopy in interface Long2BooleanSortedMapcopy in class Long2BooleanMaps.SynchronizedMap@Deprecated public java.lang.Long firstKey()
firstKey in interface java.util.SortedMap<java.lang.Long,java.lang.Boolean>firstKey in interface Long2BooleanSortedMap@Deprecated public java.lang.Long lastKey()
lastKey in interface java.util.SortedMap<java.lang.Long,java.lang.Boolean>lastKey in interface Long2BooleanSortedMap@Deprecated public Long2BooleanSortedMap subMap(java.lang.Long fromKey, java.lang.Long toKey)
subMap in interface java.util.SortedMap<java.lang.Long,java.lang.Boolean>subMap in interface Long2BooleanSortedMap@Deprecated public Long2BooleanSortedMap headMap(java.lang.Long toKey)
headMap in interface java.util.SortedMap<java.lang.Long,java.lang.Boolean>headMap in interface Long2BooleanSortedMap@Deprecated public Long2BooleanSortedMap tailMap(java.lang.Long fromKey)
tailMap in interface java.util.SortedMap<java.lang.Long,java.lang.Boolean>tailMap in interface Long2BooleanSortedMap