Modul speiger.src.collections
Klasse Char2DoubleMaps.SynchronizedNavigableMap
java.lang.Object
java.util.AbstractMap<Character,Double>
speiger.src.collections.chars.maps.abstracts.AbstractChar2DoubleMap
speiger.src.collections.chars.utils.maps.Char2DoubleMaps.SynchronizedMap
speiger.src.collections.chars.utils.maps.Char2DoubleMaps.SynchronizedSortedMap
speiger.src.collections.chars.utils.maps.Char2DoubleMaps.SynchronizedNavigableMap
- Alle implementierten Schnittstellen:
Map<Character,,Double> NavigableMap<Character,,Double> SortedMap<Character,,Double> Char2DoubleFunction,Char2DoubleMap,Char2DoubleNavigableMap,Char2DoubleSortedMap
- Umschließende Klasse:
Char2DoubleMaps
public static class Char2DoubleMaps.SynchronizedNavigableMap
extends Char2DoubleMaps.SynchronizedSortedMap
implements Char2DoubleNavigableMap
The Synchronized Navigable Map implementation used by the synchronizedMap helper function
-
Verschachtelte Klassen - Übersicht
Von Klasse geerbte verschachtelte Klassen/Schnittstellen speiger.src.collections.chars.maps.abstracts.AbstractChar2DoubleMap
AbstractChar2DoubleMap.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.chars.maps.interfaces.Char2DoubleMap
Char2DoubleMap.BuilderCache, Char2DoubleMap.Entry, Char2DoubleMap.FastEntrySet, Char2DoubleMap.MapBuilderVon Schnittstelle geerbte verschachtelte Klassen/Schnittstellen speiger.src.collections.chars.maps.interfaces.Char2DoubleSortedMap
Char2DoubleSortedMap.FastSortedSet -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungceilingEntry(char key) A Type Specific ceilingEntry method to reduce boxing/unboxing.ceilingEntry(Character key) Veraltet.charceilingKey(char key) A Type Specific ceilingKey method to reduce boxing/unboxing.ceilingKey(Character key) Veraltet.copy()A Function that does a shallow clone of the Map itself.floorEntry(char key) A Type Specific floorEntry method to reduce boxing/unboxing.floorEntry(Character key) Veraltet.charfloorKey(char key) A Type Specific floorKey method to reduce boxing/unboxing.Veraltet.charA Helper method to get the max value for SubMaps.charA Helper method to get the min value for SubMaps.headMap(char toKey) A Type Specific HeadMap method to reduce boxing/unboxingheadMap(char toKey, boolean inclusive) A Type Specific HeadMap method to reduce boxing/unboxingVeraltet.Veraltet.higherEntry(char key) A Type Specific higherEntry method to reduce boxing/unboxing.higherEntry(Character key) Veraltet.charhigherKey(char key) A Type Specific higherKey method to reduce boxing/unboxing.Veraltet.keySet()lowerEntry(char key) A Type Specific lowerEntry method to reduce boxing/unboxing.lowerEntry(Character key) Veraltet.charlowerKey(char key) A Type Specific lowerKey method to reduce boxing/unboxing.Veraltet.voidsetDefaultMaxValue(char e) A Helper method to set the max value for SubMaps.voidsetDefaultMinValue(char e) A Helper method to set the min value for SubMaps.subMap(char fromKey, boolean fromInclusive, char toKey, boolean toInclusive) A Type Specific SubMap method to reduce boxing/unboxingsubMap(char fromKey, char toKey) A Type Specific SubMap method to reduce boxing/unboxingVeraltet.Veraltet.tailMap(char fromKey) A Type Specific TailMap method to reduce boxing/unboxingtailMap(char fromKey, boolean inclusive) A Type Specific TailMap method to reduce boxing/unboxingVeraltet.Veraltet.Von Klasse geerbte Methoden speiger.src.collections.chars.utils.maps.Char2DoubleMaps.SynchronizedSortedMap
comparator, firstCharKey, firstDoubleValue, firstKey, lastCharKey, lastDoubleValue, lastKey, pollFirstCharKey, pollLastCharKeyVon Klasse geerbte Methoden speiger.src.collections.chars.utils.maps.Char2DoubleMaps.SynchronizedMap
addTo, addToAll, char2DoubleEntrySet, clear, compute, computeDouble, computeDoubleIfAbsent, computeDoubleIfAbsentNonDefault, computeDoubleIfPresent, computeDoubleIfPresentNonDefault, computeDoubleNonDefault, computeIfAbsent, computeIfPresent, containsKey, containsKey, containsValue, containsValue, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, 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.chars.maps.abstracts.AbstractChar2DoubleMap
entrySet, equals, hashCode, putAllVon Klasse geerbte Methoden java.util.AbstractMap
isEmpty, toStringVon Schnittstelle geerbte Methoden speiger.src.collections.chars.maps.interfaces.Char2DoubleMap
addTo, addToAll, applyAsDouble, char2DoubleEntrySet, compute, computeDouble, computeDoubleIfAbsent, computeDoubleIfAbsentNonDefault, computeDoubleIfPresent, computeDoubleIfPresentNonDefault, computeDoubleNonDefault, computeIfAbsent, computeIfPresent, containsKey, containsKey, containsValue, containsValue, entrySet, 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.chars.maps.interfaces.Char2DoubleNavigableMap
synchronize, synchronize, unmodifiableVon Schnittstelle geerbte Methoden speiger.src.collections.chars.maps.interfaces.Char2DoubleSortedMap
comparator, firstCharKey, firstDoubleValue, firstKey, lastCharKey, lastDoubleValue, lastKey, pollFirstCharKey, pollLastCharKey, values
-
Methodendetails
-
descendingMap
- Angegeben von:
descendingMapin SchnittstelleChar2DoubleNavigableMap- Angegeben von:
descendingMapin SchnittstelleNavigableMap<Character,Double> - Gibt zurück:
- a Type Specific desendingMap
-
descendingKeySet
- Angegeben von:
descendingKeySetin SchnittstelleChar2DoubleNavigableMap- Angegeben von:
descendingKeySetin SchnittstelleNavigableMap<Character,Double> - Gibt zurück:
- a Type Specific Desending Key Set
-
keySet
- Angegeben von:
keySetin SchnittstelleChar2DoubleMap- Angegeben von:
keySetin SchnittstelleChar2DoubleNavigableMap- Angegeben von:
keySetin SchnittstelleChar2DoubleSortedMap- Angegeben von:
keySetin SchnittstelleMap<Character,Double> - Angegeben von:
keySetin SchnittstelleSortedMap<Character,Double> - Setzt außer Kraft:
keySetin KlasseChar2DoubleMaps.SynchronizedSortedMap- Gibt zurück:
- a Type Specific Navigable Key Set
-
firstEntry
- Angegeben von:
firstEntryin SchnittstelleChar2DoubleNavigableMap- Angegeben von:
firstEntryin SchnittstelleNavigableMap<Character,Double> - Gibt zurück:
- a Type Specific firstEntry
-
lastEntry
- Angegeben von:
lastEntryin SchnittstelleChar2DoubleNavigableMap- Angegeben von:
lastEntryin SchnittstelleNavigableMap<Character,Double> - Gibt zurück:
- a Type Specific lastEntry
-
pollFirstEntry
- Angegeben von:
pollFirstEntryin SchnittstelleChar2DoubleNavigableMap- Angegeben von:
pollFirstEntryin SchnittstelleNavigableMap<Character,Double> - Gibt zurück:
- a Type Specific pollFirstEntry
-
pollLastEntry
- Angegeben von:
pollLastEntryin SchnittstelleChar2DoubleNavigableMap- Angegeben von:
pollLastEntryin SchnittstelleNavigableMap<Character,Double> - Gibt zurück:
- a Type Specific pollLastEntry
-
subMap
public Char2DoubleNavigableMap subMap(char fromKey, boolean fromInclusive, char toKey, boolean toInclusive) Beschreibung aus Schnittstelle kopiert:Char2DoubleNavigableMapA Type Specific SubMap method to reduce boxing/unboxing- Angegeben von:
subMapin SchnittstelleChar2DoubleNavigableMap- 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:Char2DoubleNavigableMapA Type Specific HeadMap method to reduce boxing/unboxing- Angegeben von:
headMapin SchnittstelleChar2DoubleNavigableMap- 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:Char2DoubleNavigableMapA Type Specific TailMap method to reduce boxing/unboxing- Angegeben von:
tailMapin SchnittstelleChar2DoubleNavigableMap- 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:Char2DoubleSortedMapA Type Specific SubMap method to reduce boxing/unboxing- Angegeben von:
subMapin SchnittstelleChar2DoubleNavigableMap- Angegeben von:
subMapin SchnittstelleChar2DoubleSortedMap- Setzt außer Kraft:
subMapin KlasseChar2DoubleMaps.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:Char2DoubleSortedMapA Type Specific HeadMap method to reduce boxing/unboxing- Angegeben von:
headMapin SchnittstelleChar2DoubleNavigableMap- Angegeben von:
headMapin SchnittstelleChar2DoubleSortedMap- Setzt außer Kraft:
headMapin KlasseChar2DoubleMaps.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:Char2DoubleSortedMapA Type Specific TailMap method to reduce boxing/unboxing- Angegeben von:
tailMapin SchnittstelleChar2DoubleNavigableMap- Angegeben von:
tailMapin SchnittstelleChar2DoubleSortedMap- Setzt außer Kraft:
tailMapin KlasseChar2DoubleMaps.SynchronizedSortedMap- Parameter:
fromKey- where the TailMap should start- Gibt zurück:
- a TailMap that is within the range of the desired range
-
lowerKey
public char lowerKey(char key) Beschreibung aus Schnittstelle kopiert:Char2DoubleNavigableMapA Type Specific lowerKey method to reduce boxing/unboxing.- Angegeben von:
lowerKeyin SchnittstelleChar2DoubleNavigableMap- Parameter:
key- that should be compared with.- Gibt zurück:
- the greatest lower key that can be found
-
higherKey
public char higherKey(char key) Beschreibung aus Schnittstelle kopiert:Char2DoubleNavigableMapA Type Specific higherKey method to reduce boxing/unboxing.- Angegeben von:
higherKeyin SchnittstelleChar2DoubleNavigableMap- Parameter:
key- that should be compared with.- Gibt zurück:
- the lowest higher key that can be found
-
floorKey
public char floorKey(char key) Beschreibung aus Schnittstelle kopiert:Char2DoubleNavigableMapA Type Specific floorKey method to reduce boxing/unboxing.- Angegeben von:
floorKeyin SchnittstelleChar2DoubleNavigableMap- Parameter:
key- that should be compared with.- Gibt zurück:
- the greatest lower or equal key that can be found
-
ceilingKey
public char ceilingKey(char key) Beschreibung aus Schnittstelle kopiert:Char2DoubleNavigableMapA Type Specific ceilingKey method to reduce boxing/unboxing.- Angegeben von:
ceilingKeyin SchnittstelleChar2DoubleNavigableMap- 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:Char2DoubleNavigableMapA Type Specific lowerEntry method to reduce boxing/unboxing.- Angegeben von:
lowerEntryin SchnittstelleChar2DoubleNavigableMap- 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:Char2DoubleNavigableMapA Type Specific higherEntry method to reduce boxing/unboxing.- Angegeben von:
higherEntryin SchnittstelleChar2DoubleNavigableMap- 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:Char2DoubleNavigableMapA Type Specific floorEntry method to reduce boxing/unboxing.- Angegeben von:
floorEntryin SchnittstelleChar2DoubleNavigableMap- 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:Char2DoubleNavigableMapA Type Specific ceilingEntry method to reduce boxing/unboxing.- Angegeben von:
ceilingEntryin SchnittstelleChar2DoubleNavigableMap- 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:Char2DoubleMapA 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 SchnittstelleChar2DoubleMap- Angegeben von:
copyin SchnittstelleChar2DoubleNavigableMap- Angegeben von:
copyin SchnittstelleChar2DoubleSortedMap- Setzt außer Kraft:
copyin KlasseChar2DoubleMaps.SynchronizedSortedMap- Gibt zurück:
- a Shallow Copy of the Map
-
subMap
@Deprecated public Char2DoubleNavigableMap subMap(Character fromKey, boolean fromInclusive, Character toKey, boolean toInclusive) Veraltet.- Angegeben von:
subMapin SchnittstelleChar2DoubleNavigableMap- Angegeben von:
subMapin SchnittstelleNavigableMap<Character,Double>
-
headMap
Veraltet.- Angegeben von:
headMapin SchnittstelleChar2DoubleNavigableMap- Angegeben von:
headMapin SchnittstelleNavigableMap<Character,Double>
-
tailMap
Veraltet.- Angegeben von:
tailMapin SchnittstelleChar2DoubleNavigableMap- Angegeben von:
tailMapin SchnittstelleNavigableMap<Character,Double>
-
subMap
Veraltet.- Angegeben von:
subMapin SchnittstelleChar2DoubleNavigableMap- Angegeben von:
subMapin SchnittstelleChar2DoubleSortedMap- Angegeben von:
subMapin SchnittstelleNavigableMap<Character,Double> - Angegeben von:
subMapin SchnittstelleSortedMap<Character,Double> - Setzt außer Kraft:
subMapin KlasseChar2DoubleMaps.SynchronizedSortedMap
-
headMap
Veraltet.- Angegeben von:
headMapin SchnittstelleChar2DoubleNavigableMap- Angegeben von:
headMapin SchnittstelleChar2DoubleSortedMap- Angegeben von:
headMapin SchnittstelleNavigableMap<Character,Double> - Angegeben von:
headMapin SchnittstelleSortedMap<Character,Double> - Setzt außer Kraft:
headMapin KlasseChar2DoubleMaps.SynchronizedSortedMap
-
tailMap
Veraltet.- Angegeben von:
tailMapin SchnittstelleChar2DoubleNavigableMap- Angegeben von:
tailMapin SchnittstelleChar2DoubleSortedMap- Angegeben von:
tailMapin SchnittstelleNavigableMap<Character,Double> - Angegeben von:
tailMapin SchnittstelleSortedMap<Character,Double> - Setzt außer Kraft:
tailMapin KlasseChar2DoubleMaps.SynchronizedSortedMap
-
setDefaultMaxValue
public void setDefaultMaxValue(char e) Beschreibung aus Schnittstelle kopiert:Char2DoubleNavigableMapA Helper method to set the max value for SubMaps. (Default: char.MIN_VALUE)- Angegeben von:
setDefaultMaxValuein SchnittstelleChar2DoubleNavigableMap- Parameter:
e- the new max value
-
getDefaultMaxValue
public char getDefaultMaxValue()Beschreibung aus Schnittstelle kopiert:Char2DoubleNavigableMapA Helper method to get the max value for SubMaps.- Angegeben von:
getDefaultMaxValuein SchnittstelleChar2DoubleNavigableMap- Gibt zurück:
- the default max value.
-
setDefaultMinValue
public void setDefaultMinValue(char e) Beschreibung aus Schnittstelle kopiert:Char2DoubleNavigableMapA Helper method to set the min value for SubMaps. (Default: char.MAX_VALUE)- Angegeben von:
setDefaultMinValuein SchnittstelleChar2DoubleNavigableMap- Parameter:
e- the new min value
-
getDefaultMinValue
public char getDefaultMinValue()Beschreibung aus Schnittstelle kopiert:Char2DoubleNavigableMapA Helper method to get the min value for SubMaps.- Angegeben von:
getDefaultMinValuein SchnittstelleChar2DoubleNavigableMap- Gibt zurück:
- the default min value.
-
lowerKey
Veraltet.- Angegeben von:
lowerKeyin SchnittstelleChar2DoubleNavigableMap- Angegeben von:
lowerKeyin SchnittstelleNavigableMap<Character,Double>
-
floorKey
Veraltet.- Angegeben von:
floorKeyin SchnittstelleChar2DoubleNavigableMap- Angegeben von:
floorKeyin SchnittstelleNavigableMap<Character,Double>
-
ceilingKey
Veraltet.- Angegeben von:
ceilingKeyin SchnittstelleChar2DoubleNavigableMap- Angegeben von:
ceilingKeyin SchnittstelleNavigableMap<Character,Double>
-
higherKey
Veraltet.- Angegeben von:
higherKeyin SchnittstelleChar2DoubleNavigableMap- Angegeben von:
higherKeyin SchnittstelleNavigableMap<Character,Double>
-
lowerEntry
Veraltet.- Angegeben von:
lowerEntryin SchnittstelleChar2DoubleNavigableMap- Angegeben von:
lowerEntryin SchnittstelleNavigableMap<Character,Double>
-
floorEntry
Veraltet.- Angegeben von:
floorEntryin SchnittstelleChar2DoubleNavigableMap- Angegeben von:
floorEntryin SchnittstelleNavigableMap<Character,Double>
-
ceilingEntry
Veraltet.- Angegeben von:
ceilingEntryin SchnittstelleChar2DoubleNavigableMap- Angegeben von:
ceilingEntryin SchnittstelleNavigableMap<Character,Double>
-
higherEntry
Veraltet.- Angegeben von:
higherEntryin SchnittstelleChar2DoubleNavigableMap- Angegeben von:
higherEntryin SchnittstelleNavigableMap<Character,Double>
-