Modul speiger.src.collections
Klasse Int2BooleanMaps.SynchronizedNavigableMap
java.lang.Object
java.util.AbstractMap<Integer,Boolean>
speiger.src.collections.ints.maps.abstracts.AbstractInt2BooleanMap
speiger.src.collections.ints.utils.maps.Int2BooleanMaps.SynchronizedMap
speiger.src.collections.ints.utils.maps.Int2BooleanMaps.SynchronizedSortedMap
speiger.src.collections.ints.utils.maps.Int2BooleanMaps.SynchronizedNavigableMap
- Alle implementierten Schnittstellen:
IntPredicate,Map<Integer,,Boolean> NavigableMap<Integer,,Boolean> SortedMap<Integer,,Boolean> Int2BooleanMap,Int2BooleanNavigableMap,Int2BooleanSortedMap
- Umschließende Klasse:
Int2BooleanMaps
public static class Int2BooleanMaps.SynchronizedNavigableMap
extends Int2BooleanMaps.SynchronizedSortedMap
implements Int2BooleanNavigableMap
The Synchronized Navigable Map implementation used by the synchronizedMap helper function
-
Verschachtelte Klassen - Übersicht
Von Klasse geerbte verschachtelte Klassen/Schnittstellen speiger.src.collections.ints.maps.abstracts.AbstractInt2BooleanMap
AbstractInt2BooleanMap.BasicEntryVon Klasse geerbte verschachtelte Klassen/Schnittstellen java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K, V> Von Schnittstelle geerbte verschachtelte Klassen/Schnittstellen speiger.src.collections.ints.maps.interfaces.Int2BooleanMap
Int2BooleanMap.BuilderCache, Int2BooleanMap.Entry, Int2BooleanMap.FastEntrySet, Int2BooleanMap.MapBuilderVon Schnittstelle geerbte verschachtelte Klassen/Schnittstellen speiger.src.collections.ints.maps.interfaces.Int2BooleanSortedMap
Int2BooleanSortedMap.FastSortedSet -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungceilingEntry(int key) A Type Specific ceilingEntry method to reduce boxing/unboxing.ceilingEntry(Integer key) Veraltet.intceilingKey(int key) A Type Specific ceilingKey method to reduce boxing/unboxing.ceilingKey(Integer key) Veraltet.copy()A Function that does a shallow clone of the Map itself.floorEntry(int key) A Type Specific floorEntry method to reduce boxing/unboxing.floorEntry(Integer key) Veraltet.intfloorKey(int key) A Type Specific floorKey method to reduce boxing/unboxing.Veraltet.intA Helper method to get the max value for SubMaps.intA Helper method to get the min value for SubMaps.headMap(int toKey) A Type Specific HeadMap method to reduce boxing/unboxingheadMap(int toKey, boolean inclusive) A Type Specific HeadMap method to reduce boxing/unboxingVeraltet.Veraltet.higherEntry(int key) A Type Specific higherEntry method to reduce boxing/unboxing.higherEntry(Integer key) Veraltet.inthigherKey(int key) A Type Specific higherKey method to reduce boxing/unboxing.Veraltet.keySet()lowerEntry(int key) A Type Specific lowerEntry method to reduce boxing/unboxing.lowerEntry(Integer key) Veraltet.intlowerKey(int key) A Type Specific lowerKey method to reduce boxing/unboxing.Veraltet.voidsetDefaultMaxValue(int e) A Helper method to set the max value for SubMaps.voidsetDefaultMinValue(int e) A Helper method to set the min value for SubMaps.subMap(int fromKey, boolean fromInclusive, int toKey, boolean toInclusive) A Type Specific SubMap method to reduce boxing/unboxingsubMap(int fromKey, int toKey) A Type Specific SubMap method to reduce boxing/unboxingVeraltet.Veraltet.tailMap(int fromKey) A Type Specific TailMap method to reduce boxing/unboxingtailMap(int fromKey, boolean inclusive) A Type Specific TailMap method to reduce boxing/unboxingVeraltet.Veraltet.Von Klasse geerbte Methoden speiger.src.collections.ints.utils.maps.Int2BooleanMaps.SynchronizedSortedMap
comparator, firstBooleanValue, firstIntKey, firstKey, lastBooleanValue, lastIntKey, lastKey, pollFirstIntKey, pollLastIntKeyVon Klasse geerbte Methoden speiger.src.collections.ints.utils.maps.Int2BooleanMaps.SynchronizedMap
clear, compute, computeBoolean, computeBooleanIfAbsent, computeBooleanIfAbsentNonDefault, computeBooleanIfPresent, computeBooleanIfPresentNonDefault, computeBooleanNonDefault, computeIfAbsent, computeIfPresent, containsKey, containsKey, containsValue, containsValue, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, int2BooleanEntrySet, 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, supplyBooleanIfAbsentNonDefault, valuesVon Klasse geerbte Methoden speiger.src.collections.ints.maps.abstracts.AbstractInt2BooleanMap
entrySet, equals, hashCode, putAllVon Klasse geerbte Methoden java.util.AbstractMap
isEmpty, toStringVon Schnittstelle geerbte Methoden speiger.src.collections.ints.maps.interfaces.Int2BooleanMap
compute, computeBoolean, computeBooleanIfAbsent, computeBooleanIfAbsentNonDefault, computeBooleanIfPresent, computeBooleanIfPresentNonDefault, computeBooleanNonDefault, computeIfAbsent, computeIfPresent, containsKey, containsKey, containsValue, containsValue, entrySet, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, int2BooleanEntrySet, 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, supplyBooleanIfAbsentNonDefault, testVon Schnittstelle geerbte Methoden speiger.src.collections.ints.maps.interfaces.Int2BooleanNavigableMap
synchronize, synchronize, unmodifiableVon Schnittstelle geerbte Methoden speiger.src.collections.ints.maps.interfaces.Int2BooleanSortedMap
comparator, firstBooleanValue, firstIntKey, firstKey, lastBooleanValue, lastIntKey, lastKey, pollFirstIntKey, pollLastIntKey, valuesVon Schnittstelle geerbte Methoden java.util.function.IntPredicate
and, negate, or
-
Methodendetails
-
descendingMap
- Angegeben von:
descendingMapin SchnittstelleInt2BooleanNavigableMap- Angegeben von:
descendingMapin SchnittstelleNavigableMap<Integer,Boolean> - Gibt zurück:
- a Type Specific desendingMap
-
descendingKeySet
- Angegeben von:
descendingKeySetin SchnittstelleInt2BooleanNavigableMap- Angegeben von:
descendingKeySetin SchnittstelleNavigableMap<Integer,Boolean> - Gibt zurück:
- a Type Specific Desending Key Set
-
keySet
- Angegeben von:
keySetin SchnittstelleInt2BooleanMap- Angegeben von:
keySetin SchnittstelleInt2BooleanNavigableMap- Angegeben von:
keySetin SchnittstelleInt2BooleanSortedMap- Angegeben von:
keySetin SchnittstelleMap<Integer,Boolean> - Angegeben von:
keySetin SchnittstelleSortedMap<Integer,Boolean> - Setzt außer Kraft:
keySetin KlasseInt2BooleanMaps.SynchronizedSortedMap- Gibt zurück:
- a Type Specific Navigable Key Set
-
firstEntry
- Angegeben von:
firstEntryin SchnittstelleInt2BooleanNavigableMap- Angegeben von:
firstEntryin SchnittstelleNavigableMap<Integer,Boolean> - Gibt zurück:
- a Type Specific firstEntry
-
lastEntry
- Angegeben von:
lastEntryin SchnittstelleInt2BooleanNavigableMap- Angegeben von:
lastEntryin SchnittstelleNavigableMap<Integer,Boolean> - Gibt zurück:
- a Type Specific lastEntry
-
pollFirstEntry
- Angegeben von:
pollFirstEntryin SchnittstelleInt2BooleanNavigableMap- Angegeben von:
pollFirstEntryin SchnittstelleNavigableMap<Integer,Boolean> - Gibt zurück:
- a Type Specific pollFirstEntry
-
pollLastEntry
- Angegeben von:
pollLastEntryin SchnittstelleInt2BooleanNavigableMap- Angegeben von:
pollLastEntryin SchnittstelleNavigableMap<Integer,Boolean> - Gibt zurück:
- a Type Specific pollLastEntry
-
subMap
public Int2BooleanNavigableMap subMap(int fromKey, boolean fromInclusive, int toKey, boolean toInclusive) Beschreibung aus Schnittstelle kopiert:Int2BooleanNavigableMapA Type Specific SubMap method to reduce boxing/unboxing- Angegeben von:
subMapin SchnittstelleInt2BooleanNavigableMap- Parameter:
fromKey- where the submap should startfromInclusive- if the fromKey is inclusive or nottoKey- where the subMap should endtoInclusive- if the toKey is inclusive or not- Gibt zurück:
- a SubMap that is within the range of the desired range
-
headMap
Beschreibung aus Schnittstelle kopiert:Int2BooleanNavigableMapA Type Specific HeadMap method to reduce boxing/unboxing- Angegeben von:
headMapin SchnittstelleInt2BooleanNavigableMap- Parameter:
toKey- where the HeadMap should endinclusive- if the toKey is inclusive or not- Gibt zurück:
- a HeadMap that is within the range of the desired range
-
tailMap
Beschreibung aus Schnittstelle kopiert:Int2BooleanNavigableMapA Type Specific TailMap method to reduce boxing/unboxing- Angegeben von:
tailMapin SchnittstelleInt2BooleanNavigableMap- Parameter:
fromKey- where the TailMap should startinclusive- if the fromKey is inclusive or not- Gibt zurück:
- a TailMap that is within the range of the desired range
-
subMap
Beschreibung aus Schnittstelle kopiert:Int2BooleanSortedMapA Type Specific SubMap method to reduce boxing/unboxing- Angegeben von:
subMapin SchnittstelleInt2BooleanNavigableMap- Angegeben von:
subMapin SchnittstelleInt2BooleanSortedMap- Setzt außer Kraft:
subMapin KlasseInt2BooleanMaps.SynchronizedSortedMap- Parameter:
fromKey- where the submap should starttoKey- where the subMap should end- Gibt zurück:
- a SubMap that is within the range of the desired range
-
headMap
Beschreibung aus Schnittstelle kopiert:Int2BooleanSortedMapA Type Specific HeadMap method to reduce boxing/unboxing- Angegeben von:
headMapin SchnittstelleInt2BooleanNavigableMap- Angegeben von:
headMapin SchnittstelleInt2BooleanSortedMap- Setzt außer Kraft:
headMapin KlasseInt2BooleanMaps.SynchronizedSortedMap- Parameter:
toKey- where the headMap should end- Gibt zurück:
- a HeadMap that is within the range of the desired range
-
tailMap
Beschreibung aus Schnittstelle kopiert:Int2BooleanSortedMapA Type Specific TailMap method to reduce boxing/unboxing- Angegeben von:
tailMapin SchnittstelleInt2BooleanNavigableMap- Angegeben von:
tailMapin SchnittstelleInt2BooleanSortedMap- Setzt außer Kraft:
tailMapin KlasseInt2BooleanMaps.SynchronizedSortedMap- Parameter:
fromKey- where the TailMap should start- Gibt zurück:
- a TailMap that is within the range of the desired range
-
lowerKey
public int lowerKey(int key) Beschreibung aus Schnittstelle kopiert:Int2BooleanNavigableMapA Type Specific lowerKey method to reduce boxing/unboxing.- Angegeben von:
lowerKeyin SchnittstelleInt2BooleanNavigableMap- Parameter:
key- that should be compared with.- Gibt zurück:
- the greatest lower key that can be found
-
higherKey
public int higherKey(int key) Beschreibung aus Schnittstelle kopiert:Int2BooleanNavigableMapA Type Specific higherKey method to reduce boxing/unboxing.- Angegeben von:
higherKeyin SchnittstelleInt2BooleanNavigableMap- Parameter:
key- that should be compared with.- Gibt zurück:
- the lowest higher key that can be found
-
floorKey
public int floorKey(int key) Beschreibung aus Schnittstelle kopiert:Int2BooleanNavigableMapA Type Specific floorKey method to reduce boxing/unboxing.- Angegeben von:
floorKeyin SchnittstelleInt2BooleanNavigableMap- Parameter:
key- that should be compared with.- Gibt zurück:
- the greatest lower or equal key that can be found
-
ceilingKey
public int ceilingKey(int key) Beschreibung aus Schnittstelle kopiert:Int2BooleanNavigableMapA Type Specific ceilingKey method to reduce boxing/unboxing.- Angegeben von:
ceilingKeyin SchnittstelleInt2BooleanNavigableMap- Parameter:
key- that should be compared with.- Gibt zurück:
- the lowest higher or equal key that can be found
-
lowerEntry
Beschreibung aus Schnittstelle kopiert:Int2BooleanNavigableMapA Type Specific lowerEntry method to reduce boxing/unboxing.- Angegeben von:
lowerEntryin SchnittstelleInt2BooleanNavigableMap- Parameter:
key- that should be compared with.- Gibt zurück:
- the greatest lower entry that can be found, or null
-
higherEntry
Beschreibung aus Schnittstelle kopiert:Int2BooleanNavigableMapA Type Specific higherEntry method to reduce boxing/unboxing.- Angegeben von:
higherEntryin SchnittstelleInt2BooleanNavigableMap- Parameter:
key- that should be compared with.- Gibt zurück:
- the lowest higher entry that can be found, or null
-
floorEntry
Beschreibung aus Schnittstelle kopiert:Int2BooleanNavigableMapA Type Specific floorEntry method to reduce boxing/unboxing.- Angegeben von:
floorEntryin SchnittstelleInt2BooleanNavigableMap- Parameter:
key- that should be compared with.- Gibt zurück:
- the greatest lower or equal entry that can be found, or null
-
ceilingEntry
Beschreibung aus Schnittstelle kopiert:Int2BooleanNavigableMapA Type Specific ceilingEntry method to reduce boxing/unboxing.- Angegeben von:
ceilingEntryin SchnittstelleInt2BooleanNavigableMap- Parameter:
key- that should be compared with.- Gibt zurück:
- the lowest higher or equal entry that can be found, or null
-
copy
Beschreibung aus Schnittstelle kopiert:Int2BooleanMapA Function that does a shallow clone of the Map itself. This function is more optimized then a copy constructor since the Map does not have to be unsorted/resorted. It can be compared to Cloneable but with less exception risk- Angegeben von:
copyin SchnittstelleInt2BooleanMap- Angegeben von:
copyin SchnittstelleInt2BooleanNavigableMap- Angegeben von:
copyin SchnittstelleInt2BooleanSortedMap- Setzt außer Kraft:
copyin KlasseInt2BooleanMaps.SynchronizedSortedMap- Gibt zurück:
- a Shallow Copy of the Map
-
subMap
@Deprecated public Int2BooleanNavigableMap subMap(Integer fromKey, boolean fromInclusive, Integer toKey, boolean toInclusive) Veraltet.- Angegeben von:
subMapin SchnittstelleInt2BooleanNavigableMap- Angegeben von:
subMapin SchnittstelleNavigableMap<Integer,Boolean>
-
headMap
Veraltet.- Angegeben von:
headMapin SchnittstelleInt2BooleanNavigableMap- Angegeben von:
headMapin SchnittstelleNavigableMap<Integer,Boolean>
-
tailMap
Veraltet.- Angegeben von:
tailMapin SchnittstelleInt2BooleanNavigableMap- Angegeben von:
tailMapin SchnittstelleNavigableMap<Integer,Boolean>
-
subMap
Veraltet.- Angegeben von:
subMapin SchnittstelleInt2BooleanNavigableMap- Angegeben von:
subMapin SchnittstelleInt2BooleanSortedMap- Angegeben von:
subMapin SchnittstelleNavigableMap<Integer,Boolean> - Angegeben von:
subMapin SchnittstelleSortedMap<Integer,Boolean> - Setzt außer Kraft:
subMapin KlasseInt2BooleanMaps.SynchronizedSortedMap
-
headMap
Veraltet.- Angegeben von:
headMapin SchnittstelleInt2BooleanNavigableMap- Angegeben von:
headMapin SchnittstelleInt2BooleanSortedMap- Angegeben von:
headMapin SchnittstelleNavigableMap<Integer,Boolean> - Angegeben von:
headMapin SchnittstelleSortedMap<Integer,Boolean> - Setzt außer Kraft:
headMapin KlasseInt2BooleanMaps.SynchronizedSortedMap
-
tailMap
Veraltet.- Angegeben von:
tailMapin SchnittstelleInt2BooleanNavigableMap- Angegeben von:
tailMapin SchnittstelleInt2BooleanSortedMap- Angegeben von:
tailMapin SchnittstelleNavigableMap<Integer,Boolean> - Angegeben von:
tailMapin SchnittstelleSortedMap<Integer,Boolean> - Setzt außer Kraft:
tailMapin KlasseInt2BooleanMaps.SynchronizedSortedMap
-
setDefaultMaxValue
public void setDefaultMaxValue(int e) Beschreibung aus Schnittstelle kopiert:Int2BooleanNavigableMapA Helper method to set the max value for SubMaps. (Default: int.MIN_VALUE)- Angegeben von:
setDefaultMaxValuein SchnittstelleInt2BooleanNavigableMap- Parameter:
e- the new max value
-
getDefaultMaxValue
public int getDefaultMaxValue()Beschreibung aus Schnittstelle kopiert:Int2BooleanNavigableMapA Helper method to get the max value for SubMaps.- Angegeben von:
getDefaultMaxValuein SchnittstelleInt2BooleanNavigableMap- Gibt zurück:
- the default max value.
-
setDefaultMinValue
public void setDefaultMinValue(int e) Beschreibung aus Schnittstelle kopiert:Int2BooleanNavigableMapA Helper method to set the min value for SubMaps. (Default: int.MAX_VALUE)- Angegeben von:
setDefaultMinValuein SchnittstelleInt2BooleanNavigableMap- Parameter:
e- the new min value
-
getDefaultMinValue
public int getDefaultMinValue()Beschreibung aus Schnittstelle kopiert:Int2BooleanNavigableMapA Helper method to get the min value for SubMaps.- Angegeben von:
getDefaultMinValuein SchnittstelleInt2BooleanNavigableMap- Gibt zurück:
- the default min value.
-
lowerKey
Veraltet.- Angegeben von:
lowerKeyin SchnittstelleInt2BooleanNavigableMap- Angegeben von:
lowerKeyin SchnittstelleNavigableMap<Integer,Boolean>
-
floorKey
Veraltet.- Angegeben von:
floorKeyin SchnittstelleInt2BooleanNavigableMap- Angegeben von:
floorKeyin SchnittstelleNavigableMap<Integer,Boolean>
-
ceilingKey
Veraltet.- Angegeben von:
ceilingKeyin SchnittstelleInt2BooleanNavigableMap- Angegeben von:
ceilingKeyin SchnittstelleNavigableMap<Integer,Boolean>
-
higherKey
Veraltet.- Angegeben von:
higherKeyin SchnittstelleInt2BooleanNavigableMap- Angegeben von:
higherKeyin SchnittstelleNavigableMap<Integer,Boolean>
-
lowerEntry
Veraltet.- Angegeben von:
lowerEntryin SchnittstelleInt2BooleanNavigableMap- Angegeben von:
lowerEntryin SchnittstelleNavigableMap<Integer,Boolean>
-
floorEntry
Veraltet.- Angegeben von:
floorEntryin SchnittstelleInt2BooleanNavigableMap- Angegeben von:
floorEntryin SchnittstelleNavigableMap<Integer,Boolean>
-
ceilingEntry
Veraltet.- Angegeben von:
ceilingEntryin SchnittstelleInt2BooleanNavigableMap- Angegeben von:
ceilingEntryin SchnittstelleNavigableMap<Integer,Boolean>
-
higherEntry
Veraltet.- Angegeben von:
higherEntryin SchnittstelleInt2BooleanNavigableMap- Angegeben von:
higherEntryin SchnittstelleNavigableMap<Integer,Boolean>
-