Modul speiger.src.collections
Klasse Double2LongMaps.SynchronizedNavigableMap
java.lang.Object
java.util.AbstractMap<Double,Long>
speiger.src.collections.doubles.maps.abstracts.AbstractDouble2LongMap
speiger.src.collections.doubles.utils.maps.Double2LongMaps.SynchronizedMap
speiger.src.collections.doubles.utils.maps.Double2LongMaps.SynchronizedSortedMap
speiger.src.collections.doubles.utils.maps.Double2LongMaps.SynchronizedNavigableMap
- Alle implementierten Schnittstellen:
DoubleToLongFunction,Map<Double,,Long> NavigableMap<Double,,Long> SortedMap<Double,,Long> Double2LongFunction,Double2LongMap,Double2LongNavigableMap,Double2LongSortedMap
- Umschließende Klasse:
Double2LongMaps
public static class Double2LongMaps.SynchronizedNavigableMap
extends Double2LongMaps.SynchronizedSortedMap
implements Double2LongNavigableMap
The Synchronized Navigable Map implementation used by the synchronizedMap helper function
-
Verschachtelte Klassen - Übersicht
Von Klasse geerbte verschachtelte Klassen/Schnittstellen speiger.src.collections.doubles.maps.abstracts.AbstractDouble2LongMap
AbstractDouble2LongMap.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.doubles.maps.interfaces.Double2LongMap
Double2LongMap.BuilderCache, Double2LongMap.Entry, Double2LongMap.FastEntrySet, Double2LongMap.MapBuilderVon Schnittstelle geerbte verschachtelte Klassen/Schnittstellen speiger.src.collections.doubles.maps.interfaces.Double2LongSortedMap
Double2LongSortedMap.FastSortedSet -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungceilingEntry(double key) A Type Specific ceilingEntry method to reduce boxing/unboxing.ceilingEntry(Double key) Veraltet.doubleceilingKey(double key) A Type Specific ceilingKey method to reduce boxing/unboxing.ceilingKey(Double key) Veraltet.copy()A Function that does a shallow clone of the Map itself.floorEntry(double key) A Type Specific floorEntry method to reduce boxing/unboxing.floorEntry(Double key) Veraltet.doublefloorKey(double key) A Type Specific floorKey method to reduce boxing/unboxing.Veraltet.doubleA Helper method to get the max value for SubMaps.doubleA Helper method to get the min value for SubMaps.headMap(double toKey) A Type Specific HeadMap method to reduce boxing/unboxingheadMap(double toKey, boolean inclusive) A Type Specific HeadMap method to reduce boxing/unboxingVeraltet.Veraltet.higherEntry(double key) A Type Specific higherEntry method to reduce boxing/unboxing.higherEntry(Double key) Veraltet.doublehigherKey(double key) A Type Specific higherKey method to reduce boxing/unboxing.Veraltet.keySet()lowerEntry(double key) A Type Specific lowerEntry method to reduce boxing/unboxing.lowerEntry(Double key) Veraltet.doublelowerKey(double key) A Type Specific lowerKey method to reduce boxing/unboxing.Veraltet.voidsetDefaultMaxValue(double e) A Helper method to set the max value for SubMaps.voidsetDefaultMinValue(double e) A Helper method to set the min value for SubMaps.subMap(double fromKey, boolean fromInclusive, double toKey, boolean toInclusive) A Type Specific SubMap method to reduce boxing/unboxingsubMap(double fromKey, double toKey) A Type Specific SubMap method to reduce boxing/unboxingVeraltet.Veraltet.tailMap(double fromKey) A Type Specific TailMap method to reduce boxing/unboxingtailMap(double fromKey, boolean inclusive) A Type Specific TailMap method to reduce boxing/unboxingVeraltet.Veraltet.Von Klasse geerbte Methoden speiger.src.collections.doubles.utils.maps.Double2LongMaps.SynchronizedSortedMap
comparator, firstDoubleKey, firstKey, firstLongValue, lastDoubleKey, lastKey, lastLongValue, pollFirstDoubleKey, pollLastDoubleKeyVon Klasse geerbte Methoden speiger.src.collections.doubles.utils.maps.Double2LongMaps.SynchronizedMap
addTo, addToAll, clear, compute, computeIfAbsent, computeIfPresent, computeLong, computeLongIfAbsent, computeLongIfAbsentNonDefault, computeLongIfPresent, computeLongIfPresentNonDefault, computeLongNonDefault, containsKey, containsKey, containsValue, containsValue, double2LongEntrySet, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, merge, mergeAllLong, mergeLong, put, put, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceLongs, replaceLongs, setDefaultReturnValue, size, subFrom, supplyLongIfAbsent, supplyLongIfAbsentNonDefault, valuesVon Klasse geerbte Methoden speiger.src.collections.doubles.maps.abstracts.AbstractDouble2LongMap
entrySet, equals, hashCode, putAllVon Klasse geerbte Methoden java.util.AbstractMap
isEmpty, toStringVon Schnittstelle geerbte Methoden speiger.src.collections.doubles.maps.interfaces.Double2LongMap
addTo, addToAll, applyAsLong, compute, computeIfAbsent, computeIfPresent, computeLong, computeLongIfAbsent, computeLongIfAbsentNonDefault, computeLongIfPresent, computeLongIfPresentNonDefault, computeLongNonDefault, containsKey, containsKey, containsValue, containsValue, double2LongEntrySet, entrySet, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, merge, mergeAllLong, mergeLong, put, put, put, put, putAll, putAll, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceLongs, replaceLongs, setDefaultReturnValue, subFrom, supplyLongIfAbsent, supplyLongIfAbsentNonDefaultVon Schnittstelle geerbte Methoden speiger.src.collections.doubles.maps.interfaces.Double2LongNavigableMap
synchronize, synchronize, unmodifiableVon Schnittstelle geerbte Methoden speiger.src.collections.doubles.maps.interfaces.Double2LongSortedMap
comparator, firstDoubleKey, firstKey, firstLongValue, lastDoubleKey, lastKey, lastLongValue, pollFirstDoubleKey, pollLastDoubleKey, values
-
Methodendetails
-
descendingMap
- Angegeben von:
descendingMapin SchnittstelleDouble2LongNavigableMap- Angegeben von:
descendingMapin SchnittstelleNavigableMap<Double,Long> - Gibt zurück:
- a Type Specific desendingMap
-
descendingKeySet
- Angegeben von:
descendingKeySetin SchnittstelleDouble2LongNavigableMap- Angegeben von:
descendingKeySetin SchnittstelleNavigableMap<Double,Long> - Gibt zurück:
- a Type Specific Desending Key Set
-
keySet
- Angegeben von:
keySetin SchnittstelleDouble2LongMap- Angegeben von:
keySetin SchnittstelleDouble2LongNavigableMap- Angegeben von:
keySetin SchnittstelleDouble2LongSortedMap- Angegeben von:
keySetin SchnittstelleMap<Double,Long> - Angegeben von:
keySetin SchnittstelleSortedMap<Double,Long> - Setzt außer Kraft:
keySetin KlasseDouble2LongMaps.SynchronizedSortedMap- Gibt zurück:
- a Type Specific Navigable Key Set
-
firstEntry
- Angegeben von:
firstEntryin SchnittstelleDouble2LongNavigableMap- Angegeben von:
firstEntryin SchnittstelleNavigableMap<Double,Long> - Gibt zurück:
- a Type Specific firstEntry
-
lastEntry
- Angegeben von:
lastEntryin SchnittstelleDouble2LongNavigableMap- Angegeben von:
lastEntryin SchnittstelleNavigableMap<Double,Long> - Gibt zurück:
- a Type Specific lastEntry
-
pollFirstEntry
- Angegeben von:
pollFirstEntryin SchnittstelleDouble2LongNavigableMap- Angegeben von:
pollFirstEntryin SchnittstelleNavigableMap<Double,Long> - Gibt zurück:
- a Type Specific pollFirstEntry
-
pollLastEntry
- Angegeben von:
pollLastEntryin SchnittstelleDouble2LongNavigableMap- Angegeben von:
pollLastEntryin SchnittstelleNavigableMap<Double,Long> - Gibt zurück:
- a Type Specific pollLastEntry
-
subMap
public Double2LongNavigableMap subMap(double fromKey, boolean fromInclusive, double toKey, boolean toInclusive) Beschreibung aus Schnittstelle kopiert:Double2LongNavigableMapA Type Specific SubMap method to reduce boxing/unboxing- Angegeben von:
subMapin SchnittstelleDouble2LongNavigableMap- 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:Double2LongNavigableMapA Type Specific HeadMap method to reduce boxing/unboxing- Angegeben von:
headMapin SchnittstelleDouble2LongNavigableMap- 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:Double2LongNavigableMapA Type Specific TailMap method to reduce boxing/unboxing- Angegeben von:
tailMapin SchnittstelleDouble2LongNavigableMap- 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:Double2LongSortedMapA Type Specific SubMap method to reduce boxing/unboxing- Angegeben von:
subMapin SchnittstelleDouble2LongNavigableMap- Angegeben von:
subMapin SchnittstelleDouble2LongSortedMap- Setzt außer Kraft:
subMapin KlasseDouble2LongMaps.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:Double2LongSortedMapA Type Specific HeadMap method to reduce boxing/unboxing- Angegeben von:
headMapin SchnittstelleDouble2LongNavigableMap- Angegeben von:
headMapin SchnittstelleDouble2LongSortedMap- Setzt außer Kraft:
headMapin KlasseDouble2LongMaps.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:Double2LongSortedMapA Type Specific TailMap method to reduce boxing/unboxing- Angegeben von:
tailMapin SchnittstelleDouble2LongNavigableMap- Angegeben von:
tailMapin SchnittstelleDouble2LongSortedMap- Setzt außer Kraft:
tailMapin KlasseDouble2LongMaps.SynchronizedSortedMap- Parameter:
fromKey- where the TailMap should start- Gibt zurück:
- a TailMap that is within the range of the desired range
-
lowerKey
public double lowerKey(double key) Beschreibung aus Schnittstelle kopiert:Double2LongNavigableMapA Type Specific lowerKey method to reduce boxing/unboxing.- Angegeben von:
lowerKeyin SchnittstelleDouble2LongNavigableMap- Parameter:
key- that should be compared with.- Gibt zurück:
- the greatest lower key that can be found
-
higherKey
public double higherKey(double key) Beschreibung aus Schnittstelle kopiert:Double2LongNavigableMapA Type Specific higherKey method to reduce boxing/unboxing.- Angegeben von:
higherKeyin SchnittstelleDouble2LongNavigableMap- Parameter:
key- that should be compared with.- Gibt zurück:
- the lowest higher key that can be found
-
floorKey
public double floorKey(double key) Beschreibung aus Schnittstelle kopiert:Double2LongNavigableMapA Type Specific floorKey method to reduce boxing/unboxing.- Angegeben von:
floorKeyin SchnittstelleDouble2LongNavigableMap- Parameter:
key- that should be compared with.- Gibt zurück:
- the greatest lower or equal key that can be found
-
ceilingKey
public double ceilingKey(double key) Beschreibung aus Schnittstelle kopiert:Double2LongNavigableMapA Type Specific ceilingKey method to reduce boxing/unboxing.- Angegeben von:
ceilingKeyin SchnittstelleDouble2LongNavigableMap- 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:Double2LongNavigableMapA Type Specific lowerEntry method to reduce boxing/unboxing.- Angegeben von:
lowerEntryin SchnittstelleDouble2LongNavigableMap- 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:Double2LongNavigableMapA Type Specific higherEntry method to reduce boxing/unboxing.- Angegeben von:
higherEntryin SchnittstelleDouble2LongNavigableMap- 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:Double2LongNavigableMapA Type Specific floorEntry method to reduce boxing/unboxing.- Angegeben von:
floorEntryin SchnittstelleDouble2LongNavigableMap- 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:Double2LongNavigableMapA Type Specific ceilingEntry method to reduce boxing/unboxing.- Angegeben von:
ceilingEntryin SchnittstelleDouble2LongNavigableMap- 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:Double2LongMapA 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 SchnittstelleDouble2LongMap- Angegeben von:
copyin SchnittstelleDouble2LongNavigableMap- Angegeben von:
copyin SchnittstelleDouble2LongSortedMap- Setzt außer Kraft:
copyin KlasseDouble2LongMaps.SynchronizedSortedMap- Gibt zurück:
- a Shallow Copy of the Map
-
subMap
@Deprecated public Double2LongNavigableMap subMap(Double fromKey, boolean fromInclusive, Double toKey, boolean toInclusive) Veraltet.- Angegeben von:
subMapin SchnittstelleDouble2LongNavigableMap- Angegeben von:
subMapin SchnittstelleNavigableMap<Double,Long>
-
headMap
Veraltet.- Angegeben von:
headMapin SchnittstelleDouble2LongNavigableMap- Angegeben von:
headMapin SchnittstelleNavigableMap<Double,Long>
-
tailMap
Veraltet.- Angegeben von:
tailMapin SchnittstelleDouble2LongNavigableMap- Angegeben von:
tailMapin SchnittstelleNavigableMap<Double,Long>
-
subMap
Veraltet.- Angegeben von:
subMapin SchnittstelleDouble2LongNavigableMap- Angegeben von:
subMapin SchnittstelleDouble2LongSortedMap- Angegeben von:
subMapin SchnittstelleNavigableMap<Double,Long> - Angegeben von:
subMapin SchnittstelleSortedMap<Double,Long> - Setzt außer Kraft:
subMapin KlasseDouble2LongMaps.SynchronizedSortedMap
-
headMap
Veraltet.- Angegeben von:
headMapin SchnittstelleDouble2LongNavigableMap- Angegeben von:
headMapin SchnittstelleDouble2LongSortedMap- Angegeben von:
headMapin SchnittstelleNavigableMap<Double,Long> - Angegeben von:
headMapin SchnittstelleSortedMap<Double,Long> - Setzt außer Kraft:
headMapin KlasseDouble2LongMaps.SynchronizedSortedMap
-
tailMap
Veraltet.- Angegeben von:
tailMapin SchnittstelleDouble2LongNavigableMap- Angegeben von:
tailMapin SchnittstelleDouble2LongSortedMap- Angegeben von:
tailMapin SchnittstelleNavigableMap<Double,Long> - Angegeben von:
tailMapin SchnittstelleSortedMap<Double,Long> - Setzt außer Kraft:
tailMapin KlasseDouble2LongMaps.SynchronizedSortedMap
-
setDefaultMaxValue
public void setDefaultMaxValue(double e) Beschreibung aus Schnittstelle kopiert:Double2LongNavigableMapA Helper method to set the max value for SubMaps. (Default: double.MIN_VALUE)- Angegeben von:
setDefaultMaxValuein SchnittstelleDouble2LongNavigableMap- Parameter:
e- the new max value
-
getDefaultMaxValue
public double getDefaultMaxValue()Beschreibung aus Schnittstelle kopiert:Double2LongNavigableMapA Helper method to get the max value for SubMaps.- Angegeben von:
getDefaultMaxValuein SchnittstelleDouble2LongNavigableMap- Gibt zurück:
- the default max value.
-
setDefaultMinValue
public void setDefaultMinValue(double e) Beschreibung aus Schnittstelle kopiert:Double2LongNavigableMapA Helper method to set the min value for SubMaps. (Default: double.MAX_VALUE)- Angegeben von:
setDefaultMinValuein SchnittstelleDouble2LongNavigableMap- Parameter:
e- the new min value
-
getDefaultMinValue
public double getDefaultMinValue()Beschreibung aus Schnittstelle kopiert:Double2LongNavigableMapA Helper method to get the min value for SubMaps.- Angegeben von:
getDefaultMinValuein SchnittstelleDouble2LongNavigableMap- Gibt zurück:
- the default min value.
-
lowerKey
Veraltet.- Angegeben von:
lowerKeyin SchnittstelleDouble2LongNavigableMap- Angegeben von:
lowerKeyin SchnittstelleNavigableMap<Double,Long>
-
floorKey
Veraltet.- Angegeben von:
floorKeyin SchnittstelleDouble2LongNavigableMap- Angegeben von:
floorKeyin SchnittstelleNavigableMap<Double,Long>
-
ceilingKey
Veraltet.- Angegeben von:
ceilingKeyin SchnittstelleDouble2LongNavigableMap- Angegeben von:
ceilingKeyin SchnittstelleNavigableMap<Double,Long>
-
higherKey
Veraltet.- Angegeben von:
higherKeyin SchnittstelleDouble2LongNavigableMap- Angegeben von:
higherKeyin SchnittstelleNavigableMap<Double,Long>
-
lowerEntry
Veraltet.- Angegeben von:
lowerEntryin SchnittstelleDouble2LongNavigableMap- Angegeben von:
lowerEntryin SchnittstelleNavigableMap<Double,Long>
-
floorEntry
Veraltet.- Angegeben von:
floorEntryin SchnittstelleDouble2LongNavigableMap- Angegeben von:
floorEntryin SchnittstelleNavigableMap<Double,Long>
-
ceilingEntry
Veraltet.- Angegeben von:
ceilingEntryin SchnittstelleDouble2LongNavigableMap- Angegeben von:
ceilingEntryin SchnittstelleNavigableMap<Double,Long>
-
higherEntry
Veraltet.- Angegeben von:
higherEntryin SchnittstelleDouble2LongNavigableMap- Angegeben von:
higherEntryin SchnittstelleNavigableMap<Double,Long>
-