Modul speiger.src.collections
Klasse Int2IntMaps.SynchronizedNavigableMap
java.lang.Object
java.util.AbstractMap<Integer,Integer>
speiger.src.collections.ints.maps.abstracts.AbstractInt2IntMap
speiger.src.collections.ints.utils.maps.Int2IntMaps.SynchronizedMap
speiger.src.collections.ints.utils.maps.Int2IntMaps.SynchronizedSortedMap
speiger.src.collections.ints.utils.maps.Int2IntMaps.SynchronizedNavigableMap
- Alle implementierten Schnittstellen:
IntUnaryOperator,Map<Integer,,Integer> NavigableMap<Integer,,Integer> SortedMap<Integer,,Integer> IntUnaryOperator,Int2IntMap,Int2IntNavigableMap,Int2IntSortedMap
- Umschließende Klasse:
Int2IntMaps
public static class Int2IntMaps.SynchronizedNavigableMap
extends Int2IntMaps.SynchronizedSortedMap
implements Int2IntNavigableMap
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.AbstractInt2IntMap
AbstractInt2IntMap.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.Int2IntMap
Int2IntMap.BuilderCache, Int2IntMap.Entry, Int2IntMap.FastEntrySet, Int2IntMap.MapBuilderVon Schnittstelle geerbte verschachtelte Klassen/Schnittstellen speiger.src.collections.ints.maps.interfaces.Int2IntSortedMap
Int2IntSortedMap.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.Int2IntMaps.SynchronizedSortedMap
comparator, firstIntKey, firstIntValue, firstKey, lastIntKey, lastIntValue, lastKey, pollFirstIntKey, pollLastIntKeyVon Klasse geerbte Methoden speiger.src.collections.ints.utils.maps.Int2IntMaps.SynchronizedMap
addTo, addToAll, clear, compute, computeIfAbsent, computeIfPresent, computeInt, computeIntIfAbsent, computeIntIfAbsentNonDefault, computeIntIfPresent, computeIntIfPresentNonDefault, computeIntNonDefault, containsKey, containsKey, containsValue, containsValue, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, int2IntEntrySet, merge, mergeAllInt, mergeInt, put, put, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceInts, replaceInts, setDefaultReturnValue, size, subFrom, supplyIntIfAbsent, supplyIntIfAbsentNonDefault, valuesVon Klasse geerbte Methoden speiger.src.collections.ints.maps.abstracts.AbstractInt2IntMap
entrySet, equals, hashCode, putAllVon Klasse geerbte Methoden java.util.AbstractMap
isEmpty, toStringVon Schnittstelle geerbte Methoden speiger.src.collections.ints.maps.interfaces.Int2IntMap
addTo, addToAll, applyAsInt, compute, computeIfAbsent, computeIfPresent, computeInt, computeIntIfAbsent, computeIntIfAbsentNonDefault, computeIntIfPresent, computeIntIfPresentNonDefault, computeIntNonDefault, containsKey, containsKey, containsValue, containsValue, entrySet, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, int2IntEntrySet, merge, mergeAllInt, mergeInt, put, put, put, put, putAll, putAll, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceInts, replaceInts, setDefaultReturnValue, subFrom, supplyIntIfAbsent, supplyIntIfAbsentNonDefaultVon Schnittstelle geerbte Methoden speiger.src.collections.ints.maps.interfaces.Int2IntNavigableMap
synchronize, synchronize, unmodifiableVon Schnittstelle geerbte Methoden speiger.src.collections.ints.maps.interfaces.Int2IntSortedMap
comparator, firstIntKey, firstIntValue, firstKey, lastIntKey, lastIntValue, lastKey, pollFirstIntKey, pollLastIntKey, valuesVon Schnittstelle geerbte Methoden java.util.function.IntUnaryOperator
andThen, composeVon Schnittstelle geerbte Methoden speiger.src.collections.ints.functions.function.IntUnaryOperator
andThen, compose
-
Methodendetails
-
descendingMap
- Angegeben von:
descendingMapin SchnittstelleInt2IntNavigableMap- Angegeben von:
descendingMapin SchnittstelleNavigableMap<Integer,Integer> - Gibt zurück:
- a Type Specific desendingMap
-
descendingKeySet
- Angegeben von:
descendingKeySetin SchnittstelleInt2IntNavigableMap- Angegeben von:
descendingKeySetin SchnittstelleNavigableMap<Integer,Integer> - Gibt zurück:
- a Type Specific Desending Key Set
-
keySet
- Angegeben von:
keySetin SchnittstelleInt2IntMap- Angegeben von:
keySetin SchnittstelleInt2IntNavigableMap- Angegeben von:
keySetin SchnittstelleInt2IntSortedMap- Angegeben von:
keySetin SchnittstelleMap<Integer,Integer> - Angegeben von:
keySetin SchnittstelleSortedMap<Integer,Integer> - Setzt außer Kraft:
keySetin KlasseInt2IntMaps.SynchronizedSortedMap- Gibt zurück:
- a Type Specific Navigable Key Set
-
firstEntry
- Angegeben von:
firstEntryin SchnittstelleInt2IntNavigableMap- Angegeben von:
firstEntryin SchnittstelleNavigableMap<Integer,Integer> - Gibt zurück:
- a Type Specific firstEntry
-
lastEntry
- Angegeben von:
lastEntryin SchnittstelleInt2IntNavigableMap- Angegeben von:
lastEntryin SchnittstelleNavigableMap<Integer,Integer> - Gibt zurück:
- a Type Specific lastEntry
-
pollFirstEntry
- Angegeben von:
pollFirstEntryin SchnittstelleInt2IntNavigableMap- Angegeben von:
pollFirstEntryin SchnittstelleNavigableMap<Integer,Integer> - Gibt zurück:
- a Type Specific pollFirstEntry
-
pollLastEntry
- Angegeben von:
pollLastEntryin SchnittstelleInt2IntNavigableMap- Angegeben von:
pollLastEntryin SchnittstelleNavigableMap<Integer,Integer> - Gibt zurück:
- a Type Specific pollLastEntry
-
subMap
public Int2IntNavigableMap subMap(int fromKey, boolean fromInclusive, int toKey, boolean toInclusive) Beschreibung aus Schnittstelle kopiert:Int2IntNavigableMapA Type Specific SubMap method to reduce boxing/unboxing- Angegeben von:
subMapin SchnittstelleInt2IntNavigableMap- 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:Int2IntNavigableMapA Type Specific HeadMap method to reduce boxing/unboxing- Angegeben von:
headMapin SchnittstelleInt2IntNavigableMap- 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:Int2IntNavigableMapA Type Specific TailMap method to reduce boxing/unboxing- Angegeben von:
tailMapin SchnittstelleInt2IntNavigableMap- 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:Int2IntSortedMapA Type Specific SubMap method to reduce boxing/unboxing- Angegeben von:
subMapin SchnittstelleInt2IntNavigableMap- Angegeben von:
subMapin SchnittstelleInt2IntSortedMap- Setzt außer Kraft:
subMapin KlasseInt2IntMaps.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:Int2IntSortedMapA Type Specific HeadMap method to reduce boxing/unboxing- Angegeben von:
headMapin SchnittstelleInt2IntNavigableMap- Angegeben von:
headMapin SchnittstelleInt2IntSortedMap- Setzt außer Kraft:
headMapin KlasseInt2IntMaps.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:Int2IntSortedMapA Type Specific TailMap method to reduce boxing/unboxing- Angegeben von:
tailMapin SchnittstelleInt2IntNavigableMap- Angegeben von:
tailMapin SchnittstelleInt2IntSortedMap- Setzt außer Kraft:
tailMapin KlasseInt2IntMaps.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:Int2IntNavigableMapA Type Specific lowerKey method to reduce boxing/unboxing.- Angegeben von:
lowerKeyin SchnittstelleInt2IntNavigableMap- 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:Int2IntNavigableMapA Type Specific higherKey method to reduce boxing/unboxing.- Angegeben von:
higherKeyin SchnittstelleInt2IntNavigableMap- 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:Int2IntNavigableMapA Type Specific floorKey method to reduce boxing/unboxing.- Angegeben von:
floorKeyin SchnittstelleInt2IntNavigableMap- 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:Int2IntNavigableMapA Type Specific ceilingKey method to reduce boxing/unboxing.- Angegeben von:
ceilingKeyin SchnittstelleInt2IntNavigableMap- 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:Int2IntNavigableMapA Type Specific lowerEntry method to reduce boxing/unboxing.- Angegeben von:
lowerEntryin SchnittstelleInt2IntNavigableMap- 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:Int2IntNavigableMapA Type Specific higherEntry method to reduce boxing/unboxing.- Angegeben von:
higherEntryin SchnittstelleInt2IntNavigableMap- 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:Int2IntNavigableMapA Type Specific floorEntry method to reduce boxing/unboxing.- Angegeben von:
floorEntryin SchnittstelleInt2IntNavigableMap- 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:Int2IntNavigableMapA Type Specific ceilingEntry method to reduce boxing/unboxing.- Angegeben von:
ceilingEntryin SchnittstelleInt2IntNavigableMap- 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:Int2IntMapA 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 SchnittstelleInt2IntMap- Angegeben von:
copyin SchnittstelleInt2IntNavigableMap- Angegeben von:
copyin SchnittstelleInt2IntSortedMap- Setzt außer Kraft:
copyin KlasseInt2IntMaps.SynchronizedSortedMap- Gibt zurück:
- a Shallow Copy of the Map
-
subMap
@Deprecated public Int2IntNavigableMap subMap(Integer fromKey, boolean fromInclusive, Integer toKey, boolean toInclusive) Veraltet.- Angegeben von:
subMapin SchnittstelleInt2IntNavigableMap- Angegeben von:
subMapin SchnittstelleNavigableMap<Integer,Integer>
-
headMap
Veraltet.- Angegeben von:
headMapin SchnittstelleInt2IntNavigableMap- Angegeben von:
headMapin SchnittstelleNavigableMap<Integer,Integer>
-
tailMap
Veraltet.- Angegeben von:
tailMapin SchnittstelleInt2IntNavigableMap- Angegeben von:
tailMapin SchnittstelleNavigableMap<Integer,Integer>
-
subMap
Veraltet.- Angegeben von:
subMapin SchnittstelleInt2IntNavigableMap- Angegeben von:
subMapin SchnittstelleInt2IntSortedMap- Angegeben von:
subMapin SchnittstelleNavigableMap<Integer,Integer> - Angegeben von:
subMapin SchnittstelleSortedMap<Integer,Integer> - Setzt außer Kraft:
subMapin KlasseInt2IntMaps.SynchronizedSortedMap
-
headMap
Veraltet.- Angegeben von:
headMapin SchnittstelleInt2IntNavigableMap- Angegeben von:
headMapin SchnittstelleInt2IntSortedMap- Angegeben von:
headMapin SchnittstelleNavigableMap<Integer,Integer> - Angegeben von:
headMapin SchnittstelleSortedMap<Integer,Integer> - Setzt außer Kraft:
headMapin KlasseInt2IntMaps.SynchronizedSortedMap
-
tailMap
Veraltet.- Angegeben von:
tailMapin SchnittstelleInt2IntNavigableMap- Angegeben von:
tailMapin SchnittstelleInt2IntSortedMap- Angegeben von:
tailMapin SchnittstelleNavigableMap<Integer,Integer> - Angegeben von:
tailMapin SchnittstelleSortedMap<Integer,Integer> - Setzt außer Kraft:
tailMapin KlasseInt2IntMaps.SynchronizedSortedMap
-
setDefaultMaxValue
public void setDefaultMaxValue(int e) Beschreibung aus Schnittstelle kopiert:Int2IntNavigableMapA Helper method to set the max value for SubMaps. (Default: int.MIN_VALUE)- Angegeben von:
setDefaultMaxValuein SchnittstelleInt2IntNavigableMap- Parameter:
e- the new max value
-
getDefaultMaxValue
public int getDefaultMaxValue()Beschreibung aus Schnittstelle kopiert:Int2IntNavigableMapA Helper method to get the max value for SubMaps.- Angegeben von:
getDefaultMaxValuein SchnittstelleInt2IntNavigableMap- Gibt zurück:
- the default max value.
-
setDefaultMinValue
public void setDefaultMinValue(int e) Beschreibung aus Schnittstelle kopiert:Int2IntNavigableMapA Helper method to set the min value for SubMaps. (Default: int.MAX_VALUE)- Angegeben von:
setDefaultMinValuein SchnittstelleInt2IntNavigableMap- Parameter:
e- the new min value
-
getDefaultMinValue
public int getDefaultMinValue()Beschreibung aus Schnittstelle kopiert:Int2IntNavigableMapA Helper method to get the min value for SubMaps.- Angegeben von:
getDefaultMinValuein SchnittstelleInt2IntNavigableMap- Gibt zurück:
- the default min value.
-
lowerKey
Veraltet.- Angegeben von:
lowerKeyin SchnittstelleInt2IntNavigableMap- Angegeben von:
lowerKeyin SchnittstelleNavigableMap<Integer,Integer>
-
floorKey
Veraltet.- Angegeben von:
floorKeyin SchnittstelleInt2IntNavigableMap- Angegeben von:
floorKeyin SchnittstelleNavigableMap<Integer,Integer>
-
ceilingKey
Veraltet.- Angegeben von:
ceilingKeyin SchnittstelleInt2IntNavigableMap- Angegeben von:
ceilingKeyin SchnittstelleNavigableMap<Integer,Integer>
-
higherKey
Veraltet.- Angegeben von:
higherKeyin SchnittstelleInt2IntNavigableMap- Angegeben von:
higherKeyin SchnittstelleNavigableMap<Integer,Integer>
-
lowerEntry
Veraltet.- Angegeben von:
lowerEntryin SchnittstelleInt2IntNavigableMap- Angegeben von:
lowerEntryin SchnittstelleNavigableMap<Integer,Integer>
-
floorEntry
Veraltet.- Angegeben von:
floorEntryin SchnittstelleInt2IntNavigableMap- Angegeben von:
floorEntryin SchnittstelleNavigableMap<Integer,Integer>
-
ceilingEntry
Veraltet.- Angegeben von:
ceilingEntryin SchnittstelleInt2IntNavigableMap- Angegeben von:
ceilingEntryin SchnittstelleNavigableMap<Integer,Integer>
-
higherEntry
Veraltet.- Angegeben von:
higherEntryin SchnittstelleInt2IntNavigableMap- Angegeben von:
higherEntryin SchnittstelleNavigableMap<Integer,Integer>
-