public static class Int2BooleanMaps.UnmodifyableSortedMap extends Int2BooleanMaps.UnmodifyableMap implements Int2BooleanSortedMap
AbstractInt2BooleanMap.BasicEntryjava.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>Int2BooleanSortedMap.FastSortedSetInt2BooleanMap.BuilderCache, Int2BooleanMap.Entry, Int2BooleanMap.FastEntrySet, Int2BooleanMap.MapBuilder| Modifier and Type | Method and Description |
|---|---|
IntComparator |
comparator() |
Int2BooleanSortedMap |
copy()
A Function that does a shallow clone of the Map itself.
|
boolean |
firstBooleanValue()
A method to get the first Value of a Map.
|
int |
firstIntKey()
A method to get the first Key of a Map.
|
Int2BooleanSortedMap |
headMap(int toKey)
A Type Specific HeadMap method to reduce boxing/unboxing
|
IntSortedSet |
keySet() |
boolean |
lastBooleanValue()
A method to get the last Value of a Map.
|
int |
lastIntKey()
A method to get the last Key of a Map.
|
int |
pollFirstIntKey()
A method to get and remove the first Key of a Map.
|
int |
pollLastIntKey()
A method to get and remove the last Key of a Map.
|
Int2BooleanSortedMap |
subMap(int fromKey,
int toKey)
A Type Specific SubMap method to reduce boxing/unboxing
|
Int2BooleanSortedMap |
tailMap(int fromKey)
A Type Specific TailMap method to reduce boxing/unboxing
|
clear, computeBoolean, computeBooleanIfAbsent, computeBooleanIfPresent, get, getOrDefault, int2BooleanEntrySet, mergeAllBoolean, mergeBoolean, put, putIfAbsent, remove, remove, removeOrDefault, replaceBooleans, replaceBooleans, 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, int2BooleanEntrySet, 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, supplyBooleanIfAbsentpublic IntComparator comparator()
comparator in interface java.util.SortedMap<java.lang.Integer,java.lang.Boolean>comparator in interface Int2BooleanSortedMappublic Int2BooleanSortedMap subMap(int fromKey, int toKey)
Int2BooleanSortedMapsubMap in interface Int2BooleanSortedMapfromKey - where the submap should starttoKey - where the subMap should endpublic Int2BooleanSortedMap headMap(int toKey)
Int2BooleanSortedMapheadMap in interface Int2BooleanSortedMaptoKey - where the headMap should endpublic Int2BooleanSortedMap tailMap(int fromKey)
Int2BooleanSortedMaptailMap in interface Int2BooleanSortedMapfromKey - where the TailMap should startpublic IntSortedSet keySet()
keySet in interface java.util.Map<java.lang.Integer,java.lang.Boolean>keySet in interface java.util.SortedMap<java.lang.Integer,java.lang.Boolean>keySet in interface Int2BooleanMapkeySet in interface Int2BooleanSortedMapkeySet in class Int2BooleanMaps.UnmodifyableMappublic int firstIntKey()
Int2BooleanSortedMapfirstIntKey in interface Int2BooleanSortedMappublic int pollFirstIntKey()
Int2BooleanSortedMappollFirstIntKey in interface Int2BooleanSortedMappublic int lastIntKey()
Int2BooleanSortedMaplastIntKey in interface Int2BooleanSortedMappublic int pollLastIntKey()
Int2BooleanSortedMappollLastIntKey in interface Int2BooleanSortedMappublic boolean firstBooleanValue()
Int2BooleanSortedMapfirstBooleanValue in interface Int2BooleanSortedMappublic boolean lastBooleanValue()
Int2BooleanSortedMaplastBooleanValue in interface Int2BooleanSortedMappublic Int2BooleanSortedMap copy()
Int2BooleanMapcopy in interface Int2BooleanMapcopy in interface Int2BooleanSortedMapcopy in class Int2BooleanMaps.UnmodifyableMap