Modul speiger.src.collections
Schnittstelle Char2DoubleNavigableMap
- Alle Superschnittstellen:
Char2DoubleFunction,Char2DoubleMap,Char2DoubleSortedMap,Map<Character,,Double> NavigableMap<Character,,Double> SortedMap<Character,Double>
- Alle bekannten Implementierungsklassen:
Char2DoubleAVLTreeMap,Char2DoubleMaps.SynchronizedNavigableMap,Char2DoubleMaps.UnmodifyableNavigableMap,Char2DoubleRBTreeMap
public interface Char2DoubleNavigableMap
extends Char2DoubleSortedMap, NavigableMap<Character,Double>
A Type Specific Navigable Map interface with a couple helper methods
-
Verschachtelte Klassen - Übersicht
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.default Char2DoubleMap.EntryceilingEntry(Character key) Veraltet.charceilingKey(char key) A Type Specific ceilingKey method to reduce boxing/unboxing.default CharacterceilingKey(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.default Char2DoubleMap.EntryfloorEntry(Character key) Veraltet.charfloorKey(char key) A Type Specific floorKey method to reduce boxing/unboxing.default CharacterVeraltet.charA Helper method to get the max value for SubMaps.charA Helper method to get the min value for SubMaps.default Char2DoubleNavigableMapheadMap(char toKey) A Type Specific HeadMap method to reduce boxing/unboxingheadMap(char toKey, boolean inclusive) A Type Specific HeadMap method to reduce boxing/unboxingdefault Char2DoubleNavigableMapVeraltet.default Char2DoubleNavigableMapVeraltet.higherEntry(char key) A Type Specific higherEntry method to reduce boxing/unboxing.default Char2DoubleMap.EntryhigherEntry(Character key) Veraltet.charhigherKey(char key) A Type Specific higherKey method to reduce boxing/unboxing.default CharacterVeraltet.keySet()lowerEntry(char key) A Type Specific lowerEntry method to reduce boxing/unboxing.default Char2DoubleMap.EntrylowerEntry(Character key) Veraltet.charlowerKey(char key) A Type Specific lowerKey method to reduce boxing/unboxing.default CharacterVeraltet.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/unboxingdefault Char2DoubleNavigableMapsubMap(char fromKey, char toKey) A Type Specific SubMap method to reduce boxing/unboxingdefault Char2DoubleNavigableMapVeraltet.default Char2DoubleNavigableMapVeraltet.default Char2DoubleNavigableMapCreates a Wrapped NavigableMap that is Synchronizeddefault Char2DoubleNavigableMapsynchronize(Object mutex) Creates a Wrapped NavigableMap that is Synchronizeddefault Char2DoubleNavigableMaptailMap(char fromKey) A Type Specific TailMap method to reduce boxing/unboxingtailMap(char fromKey, boolean inclusive) A Type Specific TailMap method to reduce boxing/unboxingdefault Char2DoubleNavigableMapVeraltet.default Char2DoubleNavigableMapVeraltet.default Char2DoubleNavigableMapCreates a Wrapped NavigableMap that is unmodifiableVon 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.Char2DoubleSortedMap
comparator, firstCharKey, firstDoubleValue, firstKey, lastCharKey, lastDoubleValue, lastKey, pollFirstCharKey, pollLastCharKey, values
-
Methodendetails
-
copy
Char2DoubleNavigableMap 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 SchnittstelleChar2DoubleSortedMap- Gibt zurück:
- a Shallow Copy of the Map
-
descendingMap
Char2DoubleNavigableMap descendingMap()- Angegeben von:
descendingMapin SchnittstelleNavigableMap<Character,Double> - Gibt zurück:
- a Type Specific desendingMap
-
descendingKeySet
CharNavigableSet descendingKeySet()- Angegeben von:
descendingKeySetin SchnittstelleNavigableMap<Character,Double> - Gibt zurück:
- a Type Specific Desending Key Set
-
firstEntry
Char2DoubleMap.Entry firstEntry()- Angegeben von:
firstEntryin SchnittstelleNavigableMap<Character,Double> - Gibt zurück:
- a Type Specific firstEntry
-
lastEntry
Char2DoubleMap.Entry lastEntry()- Angegeben von:
lastEntryin SchnittstelleNavigableMap<Character,Double> - Gibt zurück:
- a Type Specific lastEntry
-
pollFirstEntry
Char2DoubleMap.Entry pollFirstEntry()- Angegeben von:
pollFirstEntryin SchnittstelleNavigableMap<Character,Double> - Gibt zurück:
- a Type Specific pollFirstEntry
-
pollLastEntry
Char2DoubleMap.Entry pollLastEntry()- Angegeben von:
pollLastEntryin SchnittstelleNavigableMap<Character,Double> - Gibt zurück:
- a Type Specific pollLastEntry
-
keySet
CharNavigableSet keySet() -
synchronize
Creates a Wrapped NavigableMap that is Synchronized- Angegeben von:
synchronizein SchnittstelleChar2DoubleMap- Angegeben von:
synchronizein SchnittstelleChar2DoubleSortedMap- Gibt zurück:
- a new NavigableMap that is synchronized
- Siehe auch:
-
synchronize
Creates a Wrapped NavigableMap that is Synchronized- Angegeben von:
synchronizein SchnittstelleChar2DoubleMap- Angegeben von:
synchronizein SchnittstelleChar2DoubleSortedMap- 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 SchnittstelleChar2DoubleMap- Angegeben von:
unmodifiablein SchnittstelleChar2DoubleSortedMap- Gibt zurück:
- a new NavigableMap Wrapper that is unmodifiable
- Siehe auch:
-
subMap
Char2DoubleNavigableMap subMap(char fromKey, boolean fromInclusive, char 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:Char2DoubleSortedMapA Type Specific SubMap method to reduce boxing/unboxing- Angegeben von:
subMapin SchnittstelleChar2DoubleSortedMap- 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 SchnittstelleChar2DoubleSortedMap- 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 SchnittstelleChar2DoubleSortedMap- Parameter:
fromKey- where the TailMap should start- Gibt zurück:
- a TailMap that is within the range of the desired range
-
setDefaultMaxValue
void setDefaultMaxValue(char e) A Helper method to set the max value for SubMaps. (Default: char.MIN_VALUE)- Parameter:
e- the new max value
-
getDefaultMaxValue
char getDefaultMaxValue()A Helper method to get the max value for SubMaps.- Gibt zurück:
- the default max value.
-
setDefaultMinValue
void setDefaultMinValue(char e) A Helper method to set the min value for SubMaps. (Default: char.MAX_VALUE)- Parameter:
e- the new min value
-
getDefaultMinValue
char getDefaultMinValue()A Helper method to get the min value for SubMaps.- Gibt zurück:
- the default min value.
-
lowerKey
char lowerKey(char 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
char higherKey(char 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
char floorKey(char 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
char ceilingKey(char 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<Character,Double>
-
floorKey
Veraltet.- Angegeben von:
floorKeyin SchnittstelleNavigableMap<Character,Double>
-
ceilingKey
Veraltet.- Angegeben von:
ceilingKeyin SchnittstelleNavigableMap<Character,Double>
-
higherKey
Veraltet.- Angegeben von:
higherKeyin SchnittstelleNavigableMap<Character,Double>
-
lowerEntry
Veraltet.- Angegeben von:
lowerEntryin SchnittstelleNavigableMap<Character,Double>
-
floorEntry
Veraltet.- Angegeben von:
floorEntryin SchnittstelleNavigableMap<Character,Double>
-
ceilingEntry
Veraltet.- Angegeben von:
ceilingEntryin SchnittstelleNavigableMap<Character,Double>
-
higherEntry
Veraltet.- Angegeben von:
higherEntryin SchnittstelleNavigableMap<Character,Double>
-
subMap
@Deprecated default Char2DoubleNavigableMap subMap(Character fromKey, boolean fromInclusive, Character toKey, boolean toInclusive) Veraltet.- Angegeben von:
subMapin SchnittstelleNavigableMap<Character,Double>
-
headMap
Veraltet.- Angegeben von:
headMapin SchnittstelleNavigableMap<Character,Double>
-
tailMap
Veraltet.- Angegeben von:
tailMapin SchnittstelleNavigableMap<Character,Double>
-
subMap
Veraltet.- Angegeben von:
subMapin SchnittstelleChar2DoubleSortedMap- Angegeben von:
subMapin SchnittstelleNavigableMap<Character,Double> - Angegeben von:
subMapin SchnittstelleSortedMap<Character,Double>
-
headMap
Veraltet.- Angegeben von:
headMapin SchnittstelleChar2DoubleSortedMap- Angegeben von:
headMapin SchnittstelleNavigableMap<Character,Double> - Angegeben von:
headMapin SchnittstelleSortedMap<Character,Double>
-
tailMap
Veraltet.- Angegeben von:
tailMapin SchnittstelleChar2DoubleSortedMap- Angegeben von:
tailMapin SchnittstelleNavigableMap<Character,Double> - Angegeben von:
tailMapin SchnittstelleSortedMap<Character,Double>
-