Modul speiger.src.collections
Schnittstelle Float2DoubleNavigableMap
- Alle Superschnittstellen:
Float2DoubleFunction,Float2DoubleMap,Float2DoubleSortedMap,Map<Float,,Double> NavigableMap<Float,,Double> SortedMap<Float,Double>
- Alle bekannten Implementierungsklassen:
Float2DoubleAVLTreeMap,Float2DoubleMaps.SynchronizedNavigableMap,Float2DoubleMaps.UnmodifyableNavigableMap,Float2DoubleRBTreeMap
A Type Specific Navigable Map interface with a couple helper methods
-
Verschachtelte Klassen - Übersicht
Von Schnittstelle geerbte verschachtelte Klassen/Schnittstellen speiger.src.collections.floats.maps.interfaces.Float2DoubleMap
Float2DoubleMap.BuilderCache, Float2DoubleMap.Entry, Float2DoubleMap.FastEntrySet, Float2DoubleMap.MapBuilderVon Schnittstelle geerbte verschachtelte Klassen/Schnittstellen speiger.src.collections.floats.maps.interfaces.Float2DoubleSortedMap
Float2DoubleSortedMap.FastSortedSet -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungceilingEntry(float key) A Type Specific ceilingEntry method to reduce boxing/unboxing.default Float2DoubleMap.EntryceilingEntry(Float key) Veraltet.floatceilingKey(float key) A Type Specific ceilingKey method to reduce boxing/unboxing.default FloatceilingKey(Float key) Veraltet.copy()A Function that does a shallow clone of the Map itself.floorEntry(float key) A Type Specific floorEntry method to reduce boxing/unboxing.default Float2DoubleMap.EntryfloorEntry(Float key) Veraltet.floatfloorKey(float key) A Type Specific floorKey method to reduce boxing/unboxing.default FloatVeraltet.floatA Helper method to get the max value for SubMaps.floatA Helper method to get the min value for SubMaps.default Float2DoubleNavigableMapheadMap(float toKey) A Type Specific HeadMap method to reduce boxing/unboxingheadMap(float toKey, boolean inclusive) A Type Specific HeadMap method to reduce boxing/unboxingdefault Float2DoubleNavigableMapVeraltet.default Float2DoubleNavigableMapVeraltet.higherEntry(float key) A Type Specific higherEntry method to reduce boxing/unboxing.default Float2DoubleMap.EntryhigherEntry(Float key) Veraltet.floathigherKey(float key) A Type Specific higherKey method to reduce boxing/unboxing.default FloatVeraltet.keySet()lowerEntry(float key) A Type Specific lowerEntry method to reduce boxing/unboxing.default Float2DoubleMap.EntrylowerEntry(Float key) Veraltet.floatlowerKey(float key) A Type Specific lowerKey method to reduce boxing/unboxing.default FloatVeraltet.voidsetDefaultMaxValue(float e) A Helper method to set the max value for SubMaps.voidsetDefaultMinValue(float e) A Helper method to set the min value for SubMaps.subMap(float fromKey, boolean fromInclusive, float toKey, boolean toInclusive) A Type Specific SubMap method to reduce boxing/unboxingdefault Float2DoubleNavigableMapsubMap(float fromKey, float toKey) A Type Specific SubMap method to reduce boxing/unboxingdefault Float2DoubleNavigableMapVeraltet.default Float2DoubleNavigableMapVeraltet.default Float2DoubleNavigableMapCreates a Wrapped NavigableMap that is Synchronizeddefault Float2DoubleNavigableMapsynchronize(Object mutex) Creates a Wrapped NavigableMap that is Synchronizeddefault Float2DoubleNavigableMaptailMap(float fromKey) A Type Specific TailMap method to reduce boxing/unboxingtailMap(float fromKey, boolean inclusive) A Type Specific TailMap method to reduce boxing/unboxingdefault Float2DoubleNavigableMapVeraltet.default Float2DoubleNavigableMapVeraltet.default Float2DoubleNavigableMapCreates a Wrapped NavigableMap that is unmodifiableVon Schnittstelle geerbte Methoden speiger.src.collections.floats.maps.interfaces.Float2DoubleMap
addTo, addToAll, applyAsDouble, compute, computeDouble, computeDoubleIfAbsent, computeDoubleIfAbsentNonDefault, computeDoubleIfPresent, computeDoubleIfPresentNonDefault, computeDoubleNonDefault, computeIfAbsent, computeIfPresent, containsKey, containsKey, containsValue, containsValue, entrySet, float2DoubleEntrySet, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, 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.floats.maps.interfaces.Float2DoubleSortedMap
comparator, firstDoubleValue, firstFloatKey, firstKey, lastDoubleValue, lastFloatKey, lastKey, pollFirstFloatKey, pollLastFloatKey, values
-
Methodendetails
-
copy
Float2DoubleNavigableMap copy()Beschreibung aus Schnittstelle kopiert:Float2DoubleMapA 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 SchnittstelleFloat2DoubleMap- Angegeben von:
copyin SchnittstelleFloat2DoubleSortedMap- Gibt zurück:
- a Shallow Copy of the Map
-
descendingMap
Float2DoubleNavigableMap descendingMap()- Angegeben von:
descendingMapin SchnittstelleNavigableMap<Float,Double> - Gibt zurück:
- a Type Specific desendingMap
-
descendingKeySet
FloatNavigableSet descendingKeySet()- Angegeben von:
descendingKeySetin SchnittstelleNavigableMap<Float,Double> - Gibt zurück:
- a Type Specific Desending Key Set
-
firstEntry
Float2DoubleMap.Entry firstEntry()- Angegeben von:
firstEntryin SchnittstelleNavigableMap<Float,Double> - Gibt zurück:
- a Type Specific firstEntry
-
lastEntry
Float2DoubleMap.Entry lastEntry()- Angegeben von:
lastEntryin SchnittstelleNavigableMap<Float,Double> - Gibt zurück:
- a Type Specific lastEntry
-
pollFirstEntry
Float2DoubleMap.Entry pollFirstEntry()- Angegeben von:
pollFirstEntryin SchnittstelleNavigableMap<Float,Double> - Gibt zurück:
- a Type Specific pollFirstEntry
-
pollLastEntry
Float2DoubleMap.Entry pollLastEntry()- Angegeben von:
pollLastEntryin SchnittstelleNavigableMap<Float,Double> - Gibt zurück:
- a Type Specific pollLastEntry
-
keySet
FloatNavigableSet keySet() -
synchronize
Creates a Wrapped NavigableMap that is Synchronized- Angegeben von:
synchronizein SchnittstelleFloat2DoubleMap- Angegeben von:
synchronizein SchnittstelleFloat2DoubleSortedMap- Gibt zurück:
- a new NavigableMap that is synchronized
- Siehe auch:
-
synchronize
Creates a Wrapped NavigableMap that is Synchronized- Angegeben von:
synchronizein SchnittstelleFloat2DoubleMap- Angegeben von:
synchronizein SchnittstelleFloat2DoubleSortedMap- Parameter:
mutex- is the controller of the synchronization block- Gibt zurück:
- a new NavigableMap Wrapper that is synchronized
- Siehe auch:
-
unmodifiable
Creates a Wrapped NavigableMap that is unmodifiable- Angegeben von:
unmodifiablein SchnittstelleFloat2DoubleMap- Angegeben von:
unmodifiablein SchnittstelleFloat2DoubleSortedMap- Gibt zurück:
- a new NavigableMap Wrapper that is unmodifiable
- Siehe auch:
-
subMap
Float2DoubleNavigableMap subMap(float fromKey, boolean fromInclusive, float toKey, boolean toInclusive) A Type Specific SubMap method to reduce boxing/unboxing- 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
A Type Specific HeadMap method to reduce boxing/unboxing- 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
A Type Specific TailMap method to reduce boxing/unboxing- 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:Float2DoubleSortedMapA Type Specific SubMap method to reduce boxing/unboxing- Angegeben von:
subMapin SchnittstelleFloat2DoubleSortedMap- 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:Float2DoubleSortedMapA Type Specific HeadMap method to reduce boxing/unboxing- Angegeben von:
headMapin SchnittstelleFloat2DoubleSortedMap- 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:Float2DoubleSortedMapA Type Specific TailMap method to reduce boxing/unboxing- Angegeben von:
tailMapin SchnittstelleFloat2DoubleSortedMap- Parameter:
fromKey- where the TailMap should start- Gibt zurück:
- a TailMap that is within the range of the desired range
-
setDefaultMaxValue
void setDefaultMaxValue(float e) A Helper method to set the max value for SubMaps. (Default: float.MIN_VALUE)- Parameter:
e- the new max value
-
getDefaultMaxValue
float getDefaultMaxValue()A Helper method to get the max value for SubMaps.- Gibt zurück:
- the default max value.
-
setDefaultMinValue
void setDefaultMinValue(float e) A Helper method to set the min value for SubMaps. (Default: float.MAX_VALUE)- Parameter:
e- the new min value
-
getDefaultMinValue
float getDefaultMinValue()A Helper method to get the min value for SubMaps.- Gibt zurück:
- the default min value.
-
lowerKey
float lowerKey(float key) A Type Specific lowerKey method to reduce boxing/unboxing.- Parameter:
key- that should be compared with.- Gibt zurück:
- the greatest lower key that can be found
-
higherKey
float higherKey(float key) A Type Specific higherKey method to reduce boxing/unboxing.- Parameter:
key- that should be compared with.- Gibt zurück:
- the lowest higher key that can be found
-
floorKey
float floorKey(float key) A Type Specific floorKey method to reduce boxing/unboxing.- Parameter:
key- that should be compared with.- Gibt zurück:
- the greatest lower or equal key that can be found
-
ceilingKey
float ceilingKey(float key) A Type Specific ceilingKey method to reduce boxing/unboxing.- Parameter:
key- that should be compared with.- Gibt zurück:
- the lowest higher or equal key that can be found
-
lowerEntry
A Type Specific lowerEntry method to reduce boxing/unboxing.- Parameter:
key- that should be compared with.- Gibt zurück:
- the greatest lower entry that can be found, or null
-
higherEntry
A Type Specific higherEntry method to reduce boxing/unboxing.- Parameter:
key- that should be compared with.- Gibt zurück:
- the lowest higher entry that can be found, or null
-
floorEntry
A Type Specific floorEntry method to reduce boxing/unboxing.- Parameter:
key- that should be compared with.- Gibt zurück:
- the greatest lower or equal entry that can be found, or null
-
ceilingEntry
A Type Specific ceilingEntry method to reduce boxing/unboxing.- Parameter:
key- that should be compared with.- Gibt zurück:
- the lowest higher or equal entry that can be found, or null
-
lowerKey
Veraltet.- Angegeben von:
lowerKeyin SchnittstelleNavigableMap<Float,Double>
-
floorKey
Veraltet.- Angegeben von:
floorKeyin SchnittstelleNavigableMap<Float,Double>
-
ceilingKey
Veraltet.- Angegeben von:
ceilingKeyin SchnittstelleNavigableMap<Float,Double>
-
higherKey
Veraltet.- Angegeben von:
higherKeyin SchnittstelleNavigableMap<Float,Double>
-
lowerEntry
Veraltet.- Angegeben von:
lowerEntryin SchnittstelleNavigableMap<Float,Double>
-
floorEntry
Veraltet.- Angegeben von:
floorEntryin SchnittstelleNavigableMap<Float,Double>
-
ceilingEntry
Veraltet.- Angegeben von:
ceilingEntryin SchnittstelleNavigableMap<Float,Double>
-
higherEntry
Veraltet.- Angegeben von:
higherEntryin SchnittstelleNavigableMap<Float,Double>
-
subMap
@Deprecated default Float2DoubleNavigableMap subMap(Float fromKey, boolean fromInclusive, Float toKey, boolean toInclusive) Veraltet.- Angegeben von:
subMapin SchnittstelleNavigableMap<Float,Double>
-
headMap
Veraltet.- Angegeben von:
headMapin SchnittstelleNavigableMap<Float,Double>
-
tailMap
Veraltet.- Angegeben von:
tailMapin SchnittstelleNavigableMap<Float,Double>
-
subMap
Veraltet.- Angegeben von:
subMapin SchnittstelleFloat2DoubleSortedMap- Angegeben von:
subMapin SchnittstelleNavigableMap<Float,Double> - Angegeben von:
subMapin SchnittstelleSortedMap<Float,Double>
-
headMap
Veraltet.- Angegeben von:
headMapin SchnittstelleFloat2DoubleSortedMap- Angegeben von:
headMapin SchnittstelleNavigableMap<Float,Double> - Angegeben von:
headMapin SchnittstelleSortedMap<Float,Double>
-
tailMap
Veraltet.- Angegeben von:
tailMapin SchnittstelleFloat2DoubleSortedMap- Angegeben von:
tailMapin SchnittstelleNavigableMap<Float,Double> - Angegeben von:
tailMapin SchnittstelleSortedMap<Float,Double>
-