Modul speiger.src.collections
Klasse Float2CharMaps.UnmodifyableNavigableMap
java.lang.Object
java.util.AbstractMap<Float,Character>
speiger.src.collections.floats.maps.abstracts.AbstractFloat2CharMap
speiger.src.collections.floats.utils.maps.Float2CharMaps.UnmodifyableMap
speiger.src.collections.floats.utils.maps.Float2CharMaps.UnmodifyableSortedMap
speiger.src.collections.floats.utils.maps.Float2CharMaps.UnmodifyableNavigableMap
- Alle implementierten Schnittstellen:
Map<Float,,Character> NavigableMap<Float,,Character> SortedMap<Float,,Character> Float2CharFunction,Float2CharMap,Float2CharNavigableMap,Float2CharSortedMap
- Umschließende Klasse:
Float2CharMaps
public static class Float2CharMaps.UnmodifyableNavigableMap
extends Float2CharMaps.UnmodifyableSortedMap
implements Float2CharNavigableMap
The Unmodifyable Navigable Map implementation that is sued for the unmodifyableMap function
-
Verschachtelte Klassen - Übersicht
Von Klasse geerbte verschachtelte Klassen/Schnittstellen speiger.src.collections.floats.maps.abstracts.AbstractFloat2CharMap
AbstractFloat2CharMap.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.Float2CharMap
Float2CharMap.BuilderCache, Float2CharMap.Entry, Float2CharMap.FastEntrySet, Float2CharMap.MapBuilderVon Schnittstelle geerbte verschachtelte Klassen/Schnittstellen speiger.src.collections.floats.maps.interfaces.Float2CharSortedMap
Float2CharSortedMap.FastSortedSet -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungceilingEntry(float key) A Type Specific ceilingEntry method to reduce boxing/unboxing.floatceilingKey(float key) A Type Specific ceilingKey method to reduce boxing/unboxing.copy()A Function that does a shallow clone of the Map itself.floorEntry(float key) A Type Specific floorEntry method to reduce boxing/unboxing.floatfloorKey(float key) A Type Specific floorKey method to reduce boxing/unboxing.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/unboxinghigherEntry(float key) A Type Specific higherEntry method to reduce boxing/unboxing.floathigherKey(float key) A Type Specific higherKey method to reduce boxing/unboxing.keySet()lowerEntry(float key) A Type Specific lowerEntry method to reduce boxing/unboxing.floatlowerKey(float key) A Type Specific lowerKey method to reduce boxing/unboxing.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/unboxingtailMap(float fromKey) A Type Specific TailMap method to reduce boxing/unboxingtailMap(float fromKey, boolean inclusive) A Type Specific TailMap method to reduce boxing/unboxingVon Klasse geerbte Methoden speiger.src.collections.floats.utils.maps.Float2CharMaps.UnmodifyableSortedMap
comparator, firstCharValue, firstFloatKey, lastCharValue, lastFloatKey, pollFirstFloatKey, pollLastFloatKeyVon Klasse geerbte Methoden speiger.src.collections.floats.utils.maps.Float2CharMaps.UnmodifyableMap
addTo, clear, computeChar, computeCharIfAbsent, computeCharIfAbsentNonDefault, computeCharIfPresent, computeCharIfPresentNonDefault, computeCharNonDefault, float2CharEntrySet, get, getOrDefault, mergeAllChar, mergeChar, put, putIfAbsent, remove, remove, removeOrDefault, replaceChars, replaceChars, subFrom, supplyCharIfAbsent, supplyCharIfAbsentNonDefault, valuesVon Klasse geerbte Methoden speiger.src.collections.floats.maps.abstracts.AbstractFloat2CharMap
addToAll, containsKey, containsValue, entrySet, equals, forEach, get, getDefaultReturnValue, getOrDefault, hashCode, put, putAll, putAll, putAll, putAll, putAllIfAbsent, remove, replace, replace, setDefaultReturnValueVon Klasse geerbte Methoden java.util.AbstractMap
containsKey, containsValue, isEmpty, size, toStringVon Schnittstelle geerbte Methoden speiger.src.collections.floats.maps.interfaces.Float2CharMap
addTo, addToAll, applyAsChar, compute, computeChar, computeCharIfAbsent, computeCharIfAbsentNonDefault, computeCharIfPresent, computeCharIfPresentNonDefault, computeCharNonDefault, computeIfAbsent, computeIfPresent, containsKey, containsKey, containsValue, containsValue, entrySet, float2CharEntrySet, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, merge, mergeAllChar, mergeChar, put, put, put, put, putAll, putAll, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceChars, replaceChars, setDefaultReturnValue, subFrom, supplyCharIfAbsent, supplyCharIfAbsentNonDefaultVon Schnittstelle geerbte Methoden speiger.src.collections.floats.maps.interfaces.Float2CharNavigableMap
ceilingEntry, ceilingKey, floorEntry, floorKey, headMap, headMap, higherEntry, higherKey, lowerEntry, lowerKey, subMap, subMap, synchronize, synchronize, tailMap, tailMap, unmodifiableVon Schnittstelle geerbte Methoden speiger.src.collections.floats.maps.interfaces.Float2CharSortedMap
comparator, firstCharValue, firstFloatKey, firstKey, lastCharValue, lastFloatKey, lastKey, pollFirstFloatKey, pollLastFloatKey, values
-
Methodendetails
-
descendingMap
- Angegeben von:
descendingMapin SchnittstelleFloat2CharNavigableMap- Angegeben von:
descendingMapin SchnittstelleNavigableMap<Float,Character> - Gibt zurück:
- a Type Specific desendingMap
-
keySet
- Angegeben von:
keySetin SchnittstelleFloat2CharMap- Angegeben von:
keySetin SchnittstelleFloat2CharNavigableMap- Angegeben von:
keySetin SchnittstelleFloat2CharSortedMap- Angegeben von:
keySetin SchnittstelleMap<Float,Character> - Angegeben von:
keySetin SchnittstelleSortedMap<Float,Character> - Setzt außer Kraft:
keySetin KlasseFloat2CharMaps.UnmodifyableSortedMap- Gibt zurück:
- a Type Specific Navigable Key Set
-
descendingKeySet
- Angegeben von:
descendingKeySetin SchnittstelleFloat2CharNavigableMap- Angegeben von:
descendingKeySetin SchnittstelleNavigableMap<Float,Character> - Gibt zurück:
- a Type Specific Desending Key Set
-
firstEntry
- Angegeben von:
firstEntryin SchnittstelleFloat2CharNavigableMap- Angegeben von:
firstEntryin SchnittstelleNavigableMap<Float,Character> - Gibt zurück:
- a Type Specific firstEntry
-
lastEntry
- Angegeben von:
lastEntryin SchnittstelleFloat2CharNavigableMap- Angegeben von:
lastEntryin SchnittstelleNavigableMap<Float,Character> - Gibt zurück:
- a Type Specific lastEntry
-
pollFirstEntry
- Angegeben von:
pollFirstEntryin SchnittstelleFloat2CharNavigableMap- Angegeben von:
pollFirstEntryin SchnittstelleNavigableMap<Float,Character> - Gibt zurück:
- a Type Specific pollFirstEntry
-
pollLastEntry
- Angegeben von:
pollLastEntryin SchnittstelleFloat2CharNavigableMap- Angegeben von:
pollLastEntryin SchnittstelleNavigableMap<Float,Character> - Gibt zurück:
- a Type Specific pollLastEntry
-
subMap
public Float2CharNavigableMap subMap(float fromKey, boolean fromInclusive, float toKey, boolean toInclusive) Beschreibung aus Schnittstelle kopiert:Float2CharNavigableMapA Type Specific SubMap method to reduce boxing/unboxing- Angegeben von:
subMapin SchnittstelleFloat2CharNavigableMap- 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:Float2CharNavigableMapA Type Specific HeadMap method to reduce boxing/unboxing- Angegeben von:
headMapin SchnittstelleFloat2CharNavigableMap- 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:Float2CharNavigableMapA Type Specific TailMap method to reduce boxing/unboxing- Angegeben von:
tailMapin SchnittstelleFloat2CharNavigableMap- 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:Float2CharSortedMapA Type Specific SubMap method to reduce boxing/unboxing- Angegeben von:
subMapin SchnittstelleFloat2CharNavigableMap- Angegeben von:
subMapin SchnittstelleFloat2CharSortedMap- Setzt außer Kraft:
subMapin KlasseFloat2CharMaps.UnmodifyableSortedMap- 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:Float2CharSortedMapA Type Specific HeadMap method to reduce boxing/unboxing- Angegeben von:
headMapin SchnittstelleFloat2CharNavigableMap- Angegeben von:
headMapin SchnittstelleFloat2CharSortedMap- Setzt außer Kraft:
headMapin KlasseFloat2CharMaps.UnmodifyableSortedMap- 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:Float2CharSortedMapA Type Specific TailMap method to reduce boxing/unboxing- Angegeben von:
tailMapin SchnittstelleFloat2CharNavigableMap- Angegeben von:
tailMapin SchnittstelleFloat2CharSortedMap- Setzt außer Kraft:
tailMapin KlasseFloat2CharMaps.UnmodifyableSortedMap- Parameter:
fromKey- where the TailMap should start- Gibt zurück:
- a TailMap that is within the range of the desired range
-
setDefaultMaxValue
public void setDefaultMaxValue(float e) Beschreibung aus Schnittstelle kopiert:Float2CharNavigableMapA Helper method to set the max value for SubMaps. (Default: float.MIN_VALUE)- Angegeben von:
setDefaultMaxValuein SchnittstelleFloat2CharNavigableMap- Parameter:
e- the new max value
-
getDefaultMaxValue
public float getDefaultMaxValue()Beschreibung aus Schnittstelle kopiert:Float2CharNavigableMapA Helper method to get the max value for SubMaps.- Angegeben von:
getDefaultMaxValuein SchnittstelleFloat2CharNavigableMap- Gibt zurück:
- the default max value.
-
setDefaultMinValue
public void setDefaultMinValue(float e) Beschreibung aus Schnittstelle kopiert:Float2CharNavigableMapA Helper method to set the min value for SubMaps. (Default: float.MAX_VALUE)- Angegeben von:
setDefaultMinValuein SchnittstelleFloat2CharNavigableMap- Parameter:
e- the new min value
-
getDefaultMinValue
public float getDefaultMinValue()Beschreibung aus Schnittstelle kopiert:Float2CharNavigableMapA Helper method to get the min value for SubMaps.- Angegeben von:
getDefaultMinValuein SchnittstelleFloat2CharNavigableMap- Gibt zurück:
- the default min value.
-
lowerKey
public float lowerKey(float key) Beschreibung aus Schnittstelle kopiert:Float2CharNavigableMapA Type Specific lowerKey method to reduce boxing/unboxing.- Angegeben von:
lowerKeyin SchnittstelleFloat2CharNavigableMap- 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:Float2CharNavigableMapA Type Specific higherKey method to reduce boxing/unboxing.- Angegeben von:
higherKeyin SchnittstelleFloat2CharNavigableMap- 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:Float2CharNavigableMapA Type Specific floorKey method to reduce boxing/unboxing.- Angegeben von:
floorKeyin SchnittstelleFloat2CharNavigableMap- 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:Float2CharNavigableMapA Type Specific ceilingKey method to reduce boxing/unboxing.- Angegeben von:
ceilingKeyin SchnittstelleFloat2CharNavigableMap- 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:Float2CharNavigableMapA Type Specific lowerEntry method to reduce boxing/unboxing.- Angegeben von:
lowerEntryin SchnittstelleFloat2CharNavigableMap- 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:Float2CharNavigableMapA Type Specific higherEntry method to reduce boxing/unboxing.- Angegeben von:
higherEntryin SchnittstelleFloat2CharNavigableMap- 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:Float2CharNavigableMapA Type Specific floorEntry method to reduce boxing/unboxing.- Angegeben von:
floorEntryin SchnittstelleFloat2CharNavigableMap- 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:Float2CharNavigableMapA Type Specific ceilingEntry method to reduce boxing/unboxing.- Angegeben von:
ceilingEntryin SchnittstelleFloat2CharNavigableMap- 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:Float2CharMapA 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 SchnittstelleFloat2CharMap- Angegeben von:
copyin SchnittstelleFloat2CharNavigableMap- Angegeben von:
copyin SchnittstelleFloat2CharSortedMap- Setzt außer Kraft:
copyin KlasseFloat2CharMaps.UnmodifyableSortedMap- Gibt zurück:
- a Shallow Copy of the Map
-