Modul speiger.src.collections
Klasse Float2BooleanMaps.SynchronizedNavigableMap
java.lang.Object
java.util.AbstractMap<Float,Boolean>
speiger.src.collections.floats.maps.abstracts.AbstractFloat2BooleanMap
speiger.src.collections.floats.utils.maps.Float2BooleanMaps.SynchronizedMap
speiger.src.collections.floats.utils.maps.Float2BooleanMaps.SynchronizedSortedMap
speiger.src.collections.floats.utils.maps.Float2BooleanMaps.SynchronizedNavigableMap
- Alle implementierten Schnittstellen:
Map<Float,,Boolean> NavigableMap<Float,,Boolean> SortedMap<Float,,Boolean> FloatPredicate,Float2BooleanMap,Float2BooleanNavigableMap,Float2BooleanSortedMap
- Umschließende Klasse:
Float2BooleanMaps
public static class Float2BooleanMaps.SynchronizedNavigableMap
extends Float2BooleanMaps.SynchronizedSortedMap
implements Float2BooleanNavigableMap
The Synchronized Navigable Map implementation used by the synchronizedMap helper function
-
Verschachtelte Klassen - Übersicht
Von Klasse geerbte verschachtelte Klassen/Schnittstellen speiger.src.collections.floats.maps.abstracts.AbstractFloat2BooleanMap
AbstractFloat2BooleanMap.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.floats.maps.interfaces.Float2BooleanMap
Float2BooleanMap.BuilderCache, Float2BooleanMap.Entry, Float2BooleanMap.FastEntrySet, Float2BooleanMap.MapBuilderVon Schnittstelle geerbte verschachtelte Klassen/Schnittstellen speiger.src.collections.floats.maps.interfaces.Float2BooleanSortedMap
Float2BooleanSortedMap.FastSortedSet -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungceilingEntry(float key) A Type Specific ceilingEntry method to reduce boxing/unboxing.ceilingEntry(Float key) Veraltet.floatceilingKey(float key) A Type Specific ceilingKey method to reduce boxing/unboxing.ceilingKey(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.floorEntry(Float key) Veraltet.floatfloorKey(float key) A Type Specific floorKey method to reduce boxing/unboxing.Veraltet.floatA Helper method to get the max value for SubMaps.floatA Helper method to get the min value for SubMaps.headMap(float toKey) A Type Specific HeadMap method to reduce boxing/unboxingheadMap(float toKey, boolean inclusive) A Type Specific HeadMap method to reduce boxing/unboxingVeraltet.Veraltet.higherEntry(float key) A Type Specific higherEntry method to reduce boxing/unboxing.higherEntry(Float key) Veraltet.floathigherKey(float key) A Type Specific higherKey method to reduce boxing/unboxing.Veraltet.keySet()lowerEntry(float key) A Type Specific lowerEntry method to reduce boxing/unboxing.lowerEntry(Float key) Veraltet.floatlowerKey(float key) A Type Specific lowerKey method to reduce boxing/unboxing.Veraltet.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/unboxingsubMap(float fromKey, float toKey) A Type Specific SubMap method to reduce boxing/unboxingVeraltet.Veraltet.tailMap(float fromKey) A Type Specific TailMap method to reduce boxing/unboxingtailMap(float fromKey, boolean inclusive) A Type Specific TailMap method to reduce boxing/unboxingVeraltet.Veraltet.Von Klasse geerbte Methoden speiger.src.collections.floats.utils.maps.Float2BooleanMaps.SynchronizedSortedMap
comparator, firstBooleanValue, firstFloatKey, firstKey, lastBooleanValue, lastFloatKey, lastKey, pollFirstFloatKey, pollLastFloatKeyVon Klasse geerbte Methoden speiger.src.collections.floats.utils.maps.Float2BooleanMaps.SynchronizedMap
clear, compute, computeBoolean, computeBooleanIfAbsent, computeBooleanIfAbsentNonDefault, computeBooleanIfPresent, computeBooleanIfPresentNonDefault, computeBooleanNonDefault, computeIfAbsent, computeIfPresent, containsKey, containsKey, containsValue, containsValue, float2BooleanEntrySet, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, 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.floats.maps.abstracts.AbstractFloat2BooleanMap
entrySet, equals, hashCode, putAllVon Klasse geerbte Methoden java.util.AbstractMap
isEmpty, toStringVon Schnittstelle geerbte Methoden speiger.src.collections.floats.maps.interfaces.Float2BooleanMap
compute, computeBoolean, computeBooleanIfAbsent, computeBooleanIfAbsentNonDefault, computeBooleanIfPresent, computeBooleanIfPresentNonDefault, computeBooleanNonDefault, computeIfAbsent, computeIfPresent, containsKey, containsKey, containsValue, containsValue, entrySet, float2BooleanEntrySet, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, 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.floats.maps.interfaces.Float2BooleanNavigableMap
synchronize, synchronize, unmodifiableVon Schnittstelle geerbte Methoden speiger.src.collections.floats.maps.interfaces.Float2BooleanSortedMap
comparator, firstBooleanValue, firstFloatKey, firstKey, lastBooleanValue, lastFloatKey, lastKey, pollFirstFloatKey, pollLastFloatKey, valuesVon Schnittstelle geerbte Methoden speiger.src.collections.floats.functions.function.FloatPredicate
andType, negate, orType
-
Methodendetails
-
descendingMap
- Angegeben von:
descendingMapin SchnittstelleFloat2BooleanNavigableMap- Angegeben von:
descendingMapin SchnittstelleNavigableMap<Float,Boolean> - Gibt zurück:
- a Type Specific desendingMap
-
descendingKeySet
- Angegeben von:
descendingKeySetin SchnittstelleFloat2BooleanNavigableMap- Angegeben von:
descendingKeySetin SchnittstelleNavigableMap<Float,Boolean> - Gibt zurück:
- a Type Specific Desending Key Set
-
keySet
- Angegeben von:
keySetin SchnittstelleFloat2BooleanMap- Angegeben von:
keySetin SchnittstelleFloat2BooleanNavigableMap- Angegeben von:
keySetin SchnittstelleFloat2BooleanSortedMap- Angegeben von:
keySetin SchnittstelleMap<Float,Boolean> - Angegeben von:
keySetin SchnittstelleSortedMap<Float,Boolean> - Setzt außer Kraft:
keySetin KlasseFloat2BooleanMaps.SynchronizedSortedMap- Gibt zurück:
- a Type Specific Navigable Key Set
-
firstEntry
- Angegeben von:
firstEntryin SchnittstelleFloat2BooleanNavigableMap- Angegeben von:
firstEntryin SchnittstelleNavigableMap<Float,Boolean> - Gibt zurück:
- a Type Specific firstEntry
-
lastEntry
- Angegeben von:
lastEntryin SchnittstelleFloat2BooleanNavigableMap- Angegeben von:
lastEntryin SchnittstelleNavigableMap<Float,Boolean> - Gibt zurück:
- a Type Specific lastEntry
-
pollFirstEntry
- Angegeben von:
pollFirstEntryin SchnittstelleFloat2BooleanNavigableMap- Angegeben von:
pollFirstEntryin SchnittstelleNavigableMap<Float,Boolean> - Gibt zurück:
- a Type Specific pollFirstEntry
-
pollLastEntry
- Angegeben von:
pollLastEntryin SchnittstelleFloat2BooleanNavigableMap- Angegeben von:
pollLastEntryin SchnittstelleNavigableMap<Float,Boolean> - Gibt zurück:
- a Type Specific pollLastEntry
-
subMap
public Float2BooleanNavigableMap subMap(float fromKey, boolean fromInclusive, float toKey, boolean toInclusive) Beschreibung aus Schnittstelle kopiert:Float2BooleanNavigableMapA Type Specific SubMap method to reduce boxing/unboxing- Angegeben von:
subMapin SchnittstelleFloat2BooleanNavigableMap- 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:Float2BooleanNavigableMapA Type Specific HeadMap method to reduce boxing/unboxing- Angegeben von:
headMapin SchnittstelleFloat2BooleanNavigableMap- 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:Float2BooleanNavigableMapA Type Specific TailMap method to reduce boxing/unboxing- Angegeben von:
tailMapin SchnittstelleFloat2BooleanNavigableMap- 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:Float2BooleanSortedMapA Type Specific SubMap method to reduce boxing/unboxing- Angegeben von:
subMapin SchnittstelleFloat2BooleanNavigableMap- Angegeben von:
subMapin SchnittstelleFloat2BooleanSortedMap- Setzt außer Kraft:
subMapin KlasseFloat2BooleanMaps.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:Float2BooleanSortedMapA Type Specific HeadMap method to reduce boxing/unboxing- Angegeben von:
headMapin SchnittstelleFloat2BooleanNavigableMap- Angegeben von:
headMapin SchnittstelleFloat2BooleanSortedMap- Setzt außer Kraft:
headMapin KlasseFloat2BooleanMaps.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:Float2BooleanSortedMapA Type Specific TailMap method to reduce boxing/unboxing- Angegeben von:
tailMapin SchnittstelleFloat2BooleanNavigableMap- Angegeben von:
tailMapin SchnittstelleFloat2BooleanSortedMap- Setzt außer Kraft:
tailMapin KlasseFloat2BooleanMaps.SynchronizedSortedMap- Parameter:
fromKey- where the TailMap should start- Gibt zurück:
- a TailMap that is within the range of the desired range
-
lowerKey
public float lowerKey(float key) Beschreibung aus Schnittstelle kopiert:Float2BooleanNavigableMapA Type Specific lowerKey method to reduce boxing/unboxing.- Angegeben von:
lowerKeyin SchnittstelleFloat2BooleanNavigableMap- Parameter:
key- that should be compared with.- Gibt zurück:
- the greatest lower key that can be found
-
higherKey
public float higherKey(float key) Beschreibung aus Schnittstelle kopiert:Float2BooleanNavigableMapA Type Specific higherKey method to reduce boxing/unboxing.- Angegeben von:
higherKeyin SchnittstelleFloat2BooleanNavigableMap- Parameter:
key- that should be compared with.- Gibt zurück:
- the lowest higher key that can be found
-
floorKey
public float floorKey(float key) Beschreibung aus Schnittstelle kopiert:Float2BooleanNavigableMapA Type Specific floorKey method to reduce boxing/unboxing.- Angegeben von:
floorKeyin SchnittstelleFloat2BooleanNavigableMap- Parameter:
key- that should be compared with.- Gibt zurück:
- the greatest lower or equal key that can be found
-
ceilingKey
public float ceilingKey(float key) Beschreibung aus Schnittstelle kopiert:Float2BooleanNavigableMapA Type Specific ceilingKey method to reduce boxing/unboxing.- Angegeben von:
ceilingKeyin SchnittstelleFloat2BooleanNavigableMap- 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:Float2BooleanNavigableMapA Type Specific lowerEntry method to reduce boxing/unboxing.- Angegeben von:
lowerEntryin SchnittstelleFloat2BooleanNavigableMap- 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:Float2BooleanNavigableMapA Type Specific higherEntry method to reduce boxing/unboxing.- Angegeben von:
higherEntryin SchnittstelleFloat2BooleanNavigableMap- 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:Float2BooleanNavigableMapA Type Specific floorEntry method to reduce boxing/unboxing.- Angegeben von:
floorEntryin SchnittstelleFloat2BooleanNavigableMap- 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:Float2BooleanNavigableMapA Type Specific ceilingEntry method to reduce boxing/unboxing.- Angegeben von:
ceilingEntryin SchnittstelleFloat2BooleanNavigableMap- 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:Float2BooleanMapA 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 SchnittstelleFloat2BooleanMap- Angegeben von:
copyin SchnittstelleFloat2BooleanNavigableMap- Angegeben von:
copyin SchnittstelleFloat2BooleanSortedMap- Setzt außer Kraft:
copyin KlasseFloat2BooleanMaps.SynchronizedSortedMap- Gibt zurück:
- a Shallow Copy of the Map
-
subMap
@Deprecated public Float2BooleanNavigableMap subMap(Float fromKey, boolean fromInclusive, Float toKey, boolean toInclusive) Veraltet.- Angegeben von:
subMapin SchnittstelleFloat2BooleanNavigableMap- Angegeben von:
subMapin SchnittstelleNavigableMap<Float,Boolean>
-
headMap
Veraltet.- Angegeben von:
headMapin SchnittstelleFloat2BooleanNavigableMap- Angegeben von:
headMapin SchnittstelleNavigableMap<Float,Boolean>
-
tailMap
Veraltet.- Angegeben von:
tailMapin SchnittstelleFloat2BooleanNavigableMap- Angegeben von:
tailMapin SchnittstelleNavigableMap<Float,Boolean>
-
subMap
Veraltet.- Angegeben von:
subMapin SchnittstelleFloat2BooleanNavigableMap- Angegeben von:
subMapin SchnittstelleFloat2BooleanSortedMap- Angegeben von:
subMapin SchnittstelleNavigableMap<Float,Boolean> - Angegeben von:
subMapin SchnittstelleSortedMap<Float,Boolean> - Setzt außer Kraft:
subMapin KlasseFloat2BooleanMaps.SynchronizedSortedMap
-
headMap
Veraltet.- Angegeben von:
headMapin SchnittstelleFloat2BooleanNavigableMap- Angegeben von:
headMapin SchnittstelleFloat2BooleanSortedMap- Angegeben von:
headMapin SchnittstelleNavigableMap<Float,Boolean> - Angegeben von:
headMapin SchnittstelleSortedMap<Float,Boolean> - Setzt außer Kraft:
headMapin KlasseFloat2BooleanMaps.SynchronizedSortedMap
-
tailMap
Veraltet.- Angegeben von:
tailMapin SchnittstelleFloat2BooleanNavigableMap- Angegeben von:
tailMapin SchnittstelleFloat2BooleanSortedMap- Angegeben von:
tailMapin SchnittstelleNavigableMap<Float,Boolean> - Angegeben von:
tailMapin SchnittstelleSortedMap<Float,Boolean> - Setzt außer Kraft:
tailMapin KlasseFloat2BooleanMaps.SynchronizedSortedMap
-
setDefaultMaxValue
public void setDefaultMaxValue(float e) Beschreibung aus Schnittstelle kopiert:Float2BooleanNavigableMapA Helper method to set the max value for SubMaps. (Default: float.MIN_VALUE)- Angegeben von:
setDefaultMaxValuein SchnittstelleFloat2BooleanNavigableMap- Parameter:
e- the new max value
-
getDefaultMaxValue
public float getDefaultMaxValue()Beschreibung aus Schnittstelle kopiert:Float2BooleanNavigableMapA Helper method to get the max value for SubMaps.- Angegeben von:
getDefaultMaxValuein SchnittstelleFloat2BooleanNavigableMap- Gibt zurück:
- the default max value.
-
setDefaultMinValue
public void setDefaultMinValue(float e) Beschreibung aus Schnittstelle kopiert:Float2BooleanNavigableMapA Helper method to set the min value for SubMaps. (Default: float.MAX_VALUE)- Angegeben von:
setDefaultMinValuein SchnittstelleFloat2BooleanNavigableMap- Parameter:
e- the new min value
-
getDefaultMinValue
public float getDefaultMinValue()Beschreibung aus Schnittstelle kopiert:Float2BooleanNavigableMapA Helper method to get the min value for SubMaps.- Angegeben von:
getDefaultMinValuein SchnittstelleFloat2BooleanNavigableMap- Gibt zurück:
- the default min value.
-
lowerKey
Veraltet.- Angegeben von:
lowerKeyin SchnittstelleFloat2BooleanNavigableMap- Angegeben von:
lowerKeyin SchnittstelleNavigableMap<Float,Boolean>
-
floorKey
Veraltet.- Angegeben von:
floorKeyin SchnittstelleFloat2BooleanNavigableMap- Angegeben von:
floorKeyin SchnittstelleNavigableMap<Float,Boolean>
-
ceilingKey
Veraltet.- Angegeben von:
ceilingKeyin SchnittstelleFloat2BooleanNavigableMap- Angegeben von:
ceilingKeyin SchnittstelleNavigableMap<Float,Boolean>
-
higherKey
Veraltet.- Angegeben von:
higherKeyin SchnittstelleFloat2BooleanNavigableMap- Angegeben von:
higherKeyin SchnittstelleNavigableMap<Float,Boolean>
-
lowerEntry
Veraltet.- Angegeben von:
lowerEntryin SchnittstelleFloat2BooleanNavigableMap- Angegeben von:
lowerEntryin SchnittstelleNavigableMap<Float,Boolean>
-
floorEntry
Veraltet.- Angegeben von:
floorEntryin SchnittstelleFloat2BooleanNavigableMap- Angegeben von:
floorEntryin SchnittstelleNavigableMap<Float,Boolean>
-
ceilingEntry
Veraltet.- Angegeben von:
ceilingEntryin SchnittstelleFloat2BooleanNavigableMap- Angegeben von:
ceilingEntryin SchnittstelleNavigableMap<Float,Boolean>
-
higherEntry
Veraltet.- Angegeben von:
higherEntryin SchnittstelleFloat2BooleanNavigableMap- Angegeben von:
higherEntryin SchnittstelleNavigableMap<Float,Boolean>
-