public static class Int2BooleanMaps.SynchronizedSortedMap extends Int2BooleanMaps.SynchronizedMap implements Int2BooleanSortedMap
AbstractInt2BooleanMap.BasicEntryjava.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>Int2BooleanSortedMap.FastSortedSetInt2BooleanMap.Entry, Int2BooleanMap.FastEntrySet| Modifier and Type | Method and Description |
|---|---|
IntComparator |
comparator() |
boolean |
firstBooleanValue()
A method to get the first Value of a Map.
|
int |
firstIntKey()
A method to get the first Key of a Map.
|
java.lang.Integer |
firstKey()
Deprecated.
|
boolean |
getAndMoveToFirst(int key)
A Specific get method that allows to move teh given key/value int the first index.
|
boolean |
getAndMoveToLast(int key)
A Specific get method that allows to move teh given key/value int the last index.
|
Int2BooleanSortedMap |
headMap(int toKey)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Int2BooleanSortedMap |
headMap(java.lang.Integer toKey)
Deprecated.
|
boolean |
lastBooleanValue()
A method to get the last Value of a Map.
|
int |
lastIntKey()
A method to get the last Key of a Map.
|
java.lang.Integer |
lastKey()
Deprecated.
|
boolean |
moveToFirst(int key)
A specific move method to move a given key/value to the first index.
|
boolean |
moveToLast(int key)
A specific move method to move a given key/value to the last index.
|
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.
|
boolean |
putAndMoveToFirst(int key,
boolean value)
A customized put method that allows you to insert into the first index.
|
boolean |
putAndMoveToLast(int key,
boolean value)
A customized put method that allows you to insert into the last index.
|
Int2BooleanSortedMap |
subMap(java.lang.Integer fromKey,
java.lang.Integer toKey)
Deprecated.
|
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
|
Int2BooleanSortedMap |
tailMap(java.lang.Integer fromKey)
Deprecated.
|
clear, compute, computeBoolean, computeBooleanIfAbsent, computeBooleanIfPresent, computeIfAbsent, computeIfPresent, containsKey, containsKey, containsValue, containsValue, forEach, forEach, get, getBoolean, getDefaultReturnValue, getOrDefault, getOrDefault, int2BooleanEntrySet, keySet, merge, mergeAllBoolean, mergeBoolean, put, put, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remInt, remIntOrDefault, remove, remove, remove, replace, replace, replace, replace, replaceAll, replaceBooleans, replaceBooleans, setDefaultReturnValue, size, valuesentrySet, equals, hashCodekeySet, valuescompute, computeBoolean, computeBooleanIfAbsent, computeBooleanIfPresent, computeIfAbsent, computeIfPresent, containsKey, containsKey, containsValue, containsValue, entrySet, forEach, forEach, get, getBoolean, getDefaultReturnValue, getOrDefault, getOrDefault, int2BooleanEntrySet, merge, mergeAllBoolean, mergeBoolean, put, put, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remInt, remIntOrDefault, remove, remove, remove, replace, replace, replace, replace, replaceAll, replaceBooleans, replaceBooleans, setDefaultReturnValuepublic boolean putAndMoveToFirst(int key,
boolean value)
Int2BooleanSortedMapputAndMoveToFirst in interface Int2BooleanSortedMapkey - the key that should be insertedvalue - the value that should be insertedMap.put(Object, Object)public boolean putAndMoveToLast(int key,
boolean value)
Int2BooleanSortedMapputAndMoveToLast in interface Int2BooleanSortedMapkey - the key that should be insertedvalue - the value that should be insertedMap.put(Object, Object)public boolean moveToFirst(int key)
Int2BooleanSortedMapmoveToFirst in interface Int2BooleanSortedMapkey - that should be moved to the first indexpublic boolean moveToLast(int key)
Int2BooleanSortedMapmoveToLast in interface Int2BooleanSortedMapkey - that should be moved to the first lastpublic boolean getAndMoveToFirst(int key)
Int2BooleanSortedMapgetAndMoveToFirst in interface Int2BooleanSortedMapkey - that is searched forpublic boolean getAndMoveToLast(int key)
Int2BooleanSortedMapgetAndMoveToLast in interface Int2BooleanSortedMapkey - that is searched forpublic 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 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 Int2BooleanSortedMap@Deprecated public java.lang.Integer firstKey()
firstKey in interface java.util.SortedMap<java.lang.Integer,java.lang.Boolean>firstKey in interface Int2BooleanSortedMap@Deprecated public java.lang.Integer lastKey()
lastKey in interface java.util.SortedMap<java.lang.Integer,java.lang.Boolean>lastKey in interface Int2BooleanSortedMap@Deprecated public Int2BooleanSortedMap subMap(java.lang.Integer fromKey, java.lang.Integer toKey)
subMap in interface java.util.SortedMap<java.lang.Integer,java.lang.Boolean>subMap in interface Int2BooleanSortedMap@Deprecated public Int2BooleanSortedMap headMap(java.lang.Integer toKey)
headMap in interface java.util.SortedMap<java.lang.Integer,java.lang.Boolean>headMap in interface Int2BooleanSortedMap@Deprecated public Int2BooleanSortedMap tailMap(java.lang.Integer fromKey)
tailMap in interface java.util.SortedMap<java.lang.Integer,java.lang.Boolean>tailMap in interface Int2BooleanSortedMap