Modul speiger.src.collections
Klasse Int2DoubleMaps.SynchronizedNavigableMap
java.lang.Object
java.util.AbstractMap<Integer,Double>
speiger.src.collections.ints.maps.abstracts.AbstractInt2DoubleMap
speiger.src.collections.ints.utils.maps.Int2DoubleMaps.SynchronizedMap
speiger.src.collections.ints.utils.maps.Int2DoubleMaps.SynchronizedSortedMap
speiger.src.collections.ints.utils.maps.Int2DoubleMaps.SynchronizedNavigableMap
- Alle implementierten Schnittstellen:
IntToDoubleFunction,Map<Integer,,Double> NavigableMap<Integer,,Double> SortedMap<Integer,,Double> Int2DoubleFunction,Int2DoubleMap,Int2DoubleNavigableMap,Int2DoubleSortedMap
- Umschließende Klasse:
Int2DoubleMaps
public static class Int2DoubleMaps.SynchronizedNavigableMap
extends Int2DoubleMaps.SynchronizedSortedMap
implements Int2DoubleNavigableMap
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.AbstractInt2DoubleMap
AbstractInt2DoubleMap.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.Int2DoubleMap
Int2DoubleMap.BuilderCache, Int2DoubleMap.Entry, Int2DoubleMap.FastEntrySet, Int2DoubleMap.MapBuilderVon Schnittstelle geerbte verschachtelte Klassen/Schnittstellen speiger.src.collections.ints.maps.interfaces.Int2DoubleSortedMap
Int2DoubleSortedMap.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.Int2DoubleMaps.SynchronizedSortedMap
comparator, firstDoubleValue, firstIntKey, firstKey, lastDoubleValue, lastIntKey, lastKey, pollFirstIntKey, pollLastIntKeyVon Klasse geerbte Methoden speiger.src.collections.ints.utils.maps.Int2DoubleMaps.SynchronizedMap
addTo, addToAll, clear, compute, computeDouble, computeDoubleIfAbsent, computeDoubleIfAbsentNonDefault, computeDoubleIfPresent, computeDoubleIfPresentNonDefault, computeDoubleNonDefault, computeIfAbsent, computeIfPresent, containsKey, containsKey, containsValue, containsValue, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, int2DoubleEntrySet, merge, mergeAllDouble, mergeDouble, put, put, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceDoubles, replaceDoubles, setDefaultReturnValue, size, subFrom, supplyDoubleIfAbsent, supplyDoubleIfAbsentNonDefault, valuesVon Klasse geerbte Methoden speiger.src.collections.ints.maps.abstracts.AbstractInt2DoubleMap
entrySet, equals, hashCode, putAllVon Klasse geerbte Methoden java.util.AbstractMap
isEmpty, toStringVon Schnittstelle geerbte Methoden speiger.src.collections.ints.maps.interfaces.Int2DoubleMap
addTo, addToAll, applyAsDouble, compute, computeDouble, computeDoubleIfAbsent, computeDoubleIfAbsentNonDefault, computeDoubleIfPresent, computeDoubleIfPresentNonDefault, computeDoubleNonDefault, computeIfAbsent, computeIfPresent, containsKey, containsKey, containsValue, containsValue, entrySet, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, int2DoubleEntrySet, merge, mergeAllDouble, mergeDouble, put, put, put, put, putAll, putAll, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceDoubles, replaceDoubles, setDefaultReturnValue, subFrom, supplyDoubleIfAbsent, supplyDoubleIfAbsentNonDefaultVon Schnittstelle geerbte Methoden speiger.src.collections.ints.maps.interfaces.Int2DoubleNavigableMap
synchronize, synchronize, unmodifiableVon Schnittstelle geerbte Methoden speiger.src.collections.ints.maps.interfaces.Int2DoubleSortedMap
comparator, firstDoubleValue, firstIntKey, firstKey, lastDoubleValue, lastIntKey, lastKey, pollFirstIntKey, pollLastIntKey, values
-
Methodendetails
-
descendingMap
- Angegeben von:
descendingMapin SchnittstelleInt2DoubleNavigableMap- Angegeben von:
descendingMapin SchnittstelleNavigableMap<Integer,Double> - Gibt zurück:
- a Type Specific desendingMap
-
descendingKeySet
- Angegeben von:
descendingKeySetin SchnittstelleInt2DoubleNavigableMap- Angegeben von:
descendingKeySetin SchnittstelleNavigableMap<Integer,Double> - Gibt zurück:
- a Type Specific Desending Key Set
-
keySet
- Angegeben von:
keySetin SchnittstelleInt2DoubleMap- Angegeben von:
keySetin SchnittstelleInt2DoubleNavigableMap- Angegeben von:
keySetin SchnittstelleInt2DoubleSortedMap- Angegeben von:
keySetin SchnittstelleMap<Integer,Double> - Angegeben von:
keySetin SchnittstelleSortedMap<Integer,Double> - Setzt außer Kraft:
keySetin KlasseInt2DoubleMaps.SynchronizedSortedMap- Gibt zurück:
- a Type Specific Navigable Key Set
-
firstEntry
- Angegeben von:
firstEntryin SchnittstelleInt2DoubleNavigableMap- Angegeben von:
firstEntryin SchnittstelleNavigableMap<Integer,Double> - Gibt zurück:
- a Type Specific firstEntry
-
lastEntry
- Angegeben von:
lastEntryin SchnittstelleInt2DoubleNavigableMap- Angegeben von:
lastEntryin SchnittstelleNavigableMap<Integer,Double> - Gibt zurück:
- a Type Specific lastEntry
-
pollFirstEntry
- Angegeben von:
pollFirstEntryin SchnittstelleInt2DoubleNavigableMap- Angegeben von:
pollFirstEntryin SchnittstelleNavigableMap<Integer,Double> - Gibt zurück:
- a Type Specific pollFirstEntry
-
pollLastEntry
- Angegeben von:
pollLastEntryin SchnittstelleInt2DoubleNavigableMap- Angegeben von:
pollLastEntryin SchnittstelleNavigableMap<Integer,Double> - Gibt zurück:
- a Type Specific pollLastEntry
-
subMap
public Int2DoubleNavigableMap subMap(int fromKey, boolean fromInclusive, int toKey, boolean toInclusive) Beschreibung aus Schnittstelle kopiert:Int2DoubleNavigableMapA Type Specific SubMap method to reduce boxing/unboxing- Angegeben von:
subMapin SchnittstelleInt2DoubleNavigableMap- 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:Int2DoubleNavigableMapA Type Specific HeadMap method to reduce boxing/unboxing- Angegeben von:
headMapin SchnittstelleInt2DoubleNavigableMap- 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:Int2DoubleNavigableMapA Type Specific TailMap method to reduce boxing/unboxing- Angegeben von:
tailMapin SchnittstelleInt2DoubleNavigableMap- 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:Int2DoubleSortedMapA Type Specific SubMap method to reduce boxing/unboxing- Angegeben von:
subMapin SchnittstelleInt2DoubleNavigableMap- Angegeben von:
subMapin SchnittstelleInt2DoubleSortedMap- Setzt außer Kraft:
subMapin KlasseInt2DoubleMaps.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:Int2DoubleSortedMapA Type Specific HeadMap method to reduce boxing/unboxing- Angegeben von:
headMapin SchnittstelleInt2DoubleNavigableMap- Angegeben von:
headMapin SchnittstelleInt2DoubleSortedMap- Setzt außer Kraft:
headMapin KlasseInt2DoubleMaps.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:Int2DoubleSortedMapA Type Specific TailMap method to reduce boxing/unboxing- Angegeben von:
tailMapin SchnittstelleInt2DoubleNavigableMap- Angegeben von:
tailMapin SchnittstelleInt2DoubleSortedMap- Setzt außer Kraft:
tailMapin KlasseInt2DoubleMaps.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:Int2DoubleNavigableMapA Type Specific lowerKey method to reduce boxing/unboxing.- Angegeben von:
lowerKeyin SchnittstelleInt2DoubleNavigableMap- 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:Int2DoubleNavigableMapA Type Specific higherKey method to reduce boxing/unboxing.- Angegeben von:
higherKeyin SchnittstelleInt2DoubleNavigableMap- 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:Int2DoubleNavigableMapA Type Specific floorKey method to reduce boxing/unboxing.- Angegeben von:
floorKeyin SchnittstelleInt2DoubleNavigableMap- 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:Int2DoubleNavigableMapA Type Specific ceilingKey method to reduce boxing/unboxing.- Angegeben von:
ceilingKeyin SchnittstelleInt2DoubleNavigableMap- 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:Int2DoubleNavigableMapA Type Specific lowerEntry method to reduce boxing/unboxing.- Angegeben von:
lowerEntryin SchnittstelleInt2DoubleNavigableMap- 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:Int2DoubleNavigableMapA Type Specific higherEntry method to reduce boxing/unboxing.- Angegeben von:
higherEntryin SchnittstelleInt2DoubleNavigableMap- 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:Int2DoubleNavigableMapA Type Specific floorEntry method to reduce boxing/unboxing.- Angegeben von:
floorEntryin SchnittstelleInt2DoubleNavigableMap- 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:Int2DoubleNavigableMapA Type Specific ceilingEntry method to reduce boxing/unboxing.- Angegeben von:
ceilingEntryin SchnittstelleInt2DoubleNavigableMap- 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:Int2DoubleMapA 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 SchnittstelleInt2DoubleMap- Angegeben von:
copyin SchnittstelleInt2DoubleNavigableMap- Angegeben von:
copyin SchnittstelleInt2DoubleSortedMap- Setzt außer Kraft:
copyin KlasseInt2DoubleMaps.SynchronizedSortedMap- Gibt zurück:
- a Shallow Copy of the Map
-
subMap
@Deprecated public Int2DoubleNavigableMap subMap(Integer fromKey, boolean fromInclusive, Integer toKey, boolean toInclusive) Veraltet.- Angegeben von:
subMapin SchnittstelleInt2DoubleNavigableMap- Angegeben von:
subMapin SchnittstelleNavigableMap<Integer,Double>
-
headMap
Veraltet.- Angegeben von:
headMapin SchnittstelleInt2DoubleNavigableMap- Angegeben von:
headMapin SchnittstelleNavigableMap<Integer,Double>
-
tailMap
Veraltet.- Angegeben von:
tailMapin SchnittstelleInt2DoubleNavigableMap- Angegeben von:
tailMapin SchnittstelleNavigableMap<Integer,Double>
-
subMap
Veraltet.- Angegeben von:
subMapin SchnittstelleInt2DoubleNavigableMap- Angegeben von:
subMapin SchnittstelleInt2DoubleSortedMap- Angegeben von:
subMapin SchnittstelleNavigableMap<Integer,Double> - Angegeben von:
subMapin SchnittstelleSortedMap<Integer,Double> - Setzt außer Kraft:
subMapin KlasseInt2DoubleMaps.SynchronizedSortedMap
-
headMap
Veraltet.- Angegeben von:
headMapin SchnittstelleInt2DoubleNavigableMap- Angegeben von:
headMapin SchnittstelleInt2DoubleSortedMap- Angegeben von:
headMapin SchnittstelleNavigableMap<Integer,Double> - Angegeben von:
headMapin SchnittstelleSortedMap<Integer,Double> - Setzt außer Kraft:
headMapin KlasseInt2DoubleMaps.SynchronizedSortedMap
-
tailMap
Veraltet.- Angegeben von:
tailMapin SchnittstelleInt2DoubleNavigableMap- Angegeben von:
tailMapin SchnittstelleInt2DoubleSortedMap- Angegeben von:
tailMapin SchnittstelleNavigableMap<Integer,Double> - Angegeben von:
tailMapin SchnittstelleSortedMap<Integer,Double> - Setzt außer Kraft:
tailMapin KlasseInt2DoubleMaps.SynchronizedSortedMap
-
setDefaultMaxValue
public void setDefaultMaxValue(int e) Beschreibung aus Schnittstelle kopiert:Int2DoubleNavigableMapA Helper method to set the max value for SubMaps. (Default: int.MIN_VALUE)- Angegeben von:
setDefaultMaxValuein SchnittstelleInt2DoubleNavigableMap- Parameter:
e- the new max value
-
getDefaultMaxValue
public int getDefaultMaxValue()Beschreibung aus Schnittstelle kopiert:Int2DoubleNavigableMapA Helper method to get the max value for SubMaps.- Angegeben von:
getDefaultMaxValuein SchnittstelleInt2DoubleNavigableMap- Gibt zurück:
- the default max value.
-
setDefaultMinValue
public void setDefaultMinValue(int e) Beschreibung aus Schnittstelle kopiert:Int2DoubleNavigableMapA Helper method to set the min value for SubMaps. (Default: int.MAX_VALUE)- Angegeben von:
setDefaultMinValuein SchnittstelleInt2DoubleNavigableMap- Parameter:
e- the new min value
-
getDefaultMinValue
public int getDefaultMinValue()Beschreibung aus Schnittstelle kopiert:Int2DoubleNavigableMapA Helper method to get the min value for SubMaps.- Angegeben von:
getDefaultMinValuein SchnittstelleInt2DoubleNavigableMap- Gibt zurück:
- the default min value.
-
lowerKey
Veraltet.- Angegeben von:
lowerKeyin SchnittstelleInt2DoubleNavigableMap- Angegeben von:
lowerKeyin SchnittstelleNavigableMap<Integer,Double>
-
floorKey
Veraltet.- Angegeben von:
floorKeyin SchnittstelleInt2DoubleNavigableMap- Angegeben von:
floorKeyin SchnittstelleNavigableMap<Integer,Double>
-
ceilingKey
Veraltet.- Angegeben von:
ceilingKeyin SchnittstelleInt2DoubleNavigableMap- Angegeben von:
ceilingKeyin SchnittstelleNavigableMap<Integer,Double>
-
higherKey
Veraltet.- Angegeben von:
higherKeyin SchnittstelleInt2DoubleNavigableMap- Angegeben von:
higherKeyin SchnittstelleNavigableMap<Integer,Double>
-
lowerEntry
Veraltet.- Angegeben von:
lowerEntryin SchnittstelleInt2DoubleNavigableMap- Angegeben von:
lowerEntryin SchnittstelleNavigableMap<Integer,Double>
-
floorEntry
Veraltet.- Angegeben von:
floorEntryin SchnittstelleInt2DoubleNavigableMap- Angegeben von:
floorEntryin SchnittstelleNavigableMap<Integer,Double>
-
ceilingEntry
Veraltet.- Angegeben von:
ceilingEntryin SchnittstelleInt2DoubleNavigableMap- Angegeben von:
ceilingEntryin SchnittstelleNavigableMap<Integer,Double>
-
higherEntry
Veraltet.- Angegeben von:
higherEntryin SchnittstelleInt2DoubleNavigableMap- Angegeben von:
higherEntryin SchnittstelleNavigableMap<Integer,Double>
-