Modul speiger.src.collections
Schnittstelle Double2CharNavigableMap
- Alle Superschnittstellen:
Double2CharFunction,Double2CharMap,Double2CharSortedMap,Map<Double,,Character> NavigableMap<Double,,Character> SortedMap<Double,Character>
- Alle bekannten Implementierungsklassen:
Double2CharAVLTreeMap,Double2CharMaps.SynchronizedNavigableMap,Double2CharMaps.UnmodifyableNavigableMap,Double2CharRBTreeMap
public interface Double2CharNavigableMap
extends Double2CharSortedMap, NavigableMap<Double,Character>
A Type Specific Navigable Map interface with a couple helper methods
-
Verschachtelte Klassen - Übersicht
Von Schnittstelle geerbte verschachtelte Klassen/Schnittstellen speiger.src.collections.doubles.maps.interfaces.Double2CharMap
Double2CharMap.BuilderCache, Double2CharMap.Entry, Double2CharMap.FastEntrySet, Double2CharMap.MapBuilderVon Schnittstelle geerbte verschachtelte Klassen/Schnittstellen speiger.src.collections.doubles.maps.interfaces.Double2CharSortedMap
Double2CharSortedMap.FastSortedSet -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungceilingEntry(double key) A Type Specific ceilingEntry method to reduce boxing/unboxing.default Double2CharMap.EntryceilingEntry(Double key) Veraltet.doubleceilingKey(double key) A Type Specific ceilingKey method to reduce boxing/unboxing.default DoubleceilingKey(Double key) Veraltet.copy()A Function that does a shallow clone of the Map itself.floorEntry(double key) A Type Specific floorEntry method to reduce boxing/unboxing.default Double2CharMap.EntryfloorEntry(Double key) Veraltet.doublefloorKey(double key) A Type Specific floorKey method to reduce boxing/unboxing.default DoubleVeraltet.doubleA Helper method to get the max value for SubMaps.doubleA Helper method to get the min value for SubMaps.default Double2CharNavigableMapheadMap(double toKey) A Type Specific HeadMap method to reduce boxing/unboxingheadMap(double toKey, boolean inclusive) A Type Specific HeadMap method to reduce boxing/unboxingdefault Double2CharNavigableMapVeraltet.default Double2CharNavigableMapVeraltet.higherEntry(double key) A Type Specific higherEntry method to reduce boxing/unboxing.default Double2CharMap.EntryhigherEntry(Double key) Veraltet.doublehigherKey(double key) A Type Specific higherKey method to reduce boxing/unboxing.default DoubleVeraltet.keySet()lowerEntry(double key) A Type Specific lowerEntry method to reduce boxing/unboxing.default Double2CharMap.EntrylowerEntry(Double key) Veraltet.doublelowerKey(double key) A Type Specific lowerKey method to reduce boxing/unboxing.default DoubleVeraltet.voidsetDefaultMaxValue(double e) A Helper method to set the max value for SubMaps.voidsetDefaultMinValue(double e) A Helper method to set the min value for SubMaps.subMap(double fromKey, boolean fromInclusive, double toKey, boolean toInclusive) A Type Specific SubMap method to reduce boxing/unboxingdefault Double2CharNavigableMapsubMap(double fromKey, double toKey) A Type Specific SubMap method to reduce boxing/unboxingdefault Double2CharNavigableMapVeraltet.default Double2CharNavigableMapVeraltet.default Double2CharNavigableMapCreates a Wrapped NavigableMap that is Synchronizeddefault Double2CharNavigableMapsynchronize(Object mutex) Creates a Wrapped NavigableMap that is Synchronizeddefault Double2CharNavigableMaptailMap(double fromKey) A Type Specific TailMap method to reduce boxing/unboxingtailMap(double fromKey, boolean inclusive) A Type Specific TailMap method to reduce boxing/unboxingdefault Double2CharNavigableMapVeraltet.default Double2CharNavigableMapVeraltet.default Double2CharNavigableMapCreates a Wrapped NavigableMap that is unmodifiableVon Schnittstelle geerbte Methoden speiger.src.collections.doubles.maps.interfaces.Double2CharMap
addTo, addToAll, applyAsChar, compute, computeChar, computeCharIfAbsent, computeCharIfAbsentNonDefault, computeCharIfPresent, computeCharIfPresentNonDefault, computeCharNonDefault, computeIfAbsent, computeIfPresent, containsKey, containsKey, containsValue, containsValue, double2CharEntrySet, entrySet, 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.doubles.maps.interfaces.Double2CharSortedMap
comparator, firstCharValue, firstDoubleKey, firstKey, lastCharValue, lastDoubleKey, lastKey, pollFirstDoubleKey, pollLastDoubleKey, values
-
Methodendetails
-
copy
Double2CharNavigableMap copy()Beschreibung aus Schnittstelle kopiert:Double2CharMapA 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 SchnittstelleDouble2CharMap- Angegeben von:
copyin SchnittstelleDouble2CharSortedMap- Gibt zurück:
- a Shallow Copy of the Map
-
descendingMap
Double2CharNavigableMap descendingMap()- Angegeben von:
descendingMapin SchnittstelleNavigableMap<Double,Character> - Gibt zurück:
- a Type Specific desendingMap
-
descendingKeySet
DoubleNavigableSet descendingKeySet()- Angegeben von:
descendingKeySetin SchnittstelleNavigableMap<Double,Character> - Gibt zurück:
- a Type Specific Desending Key Set
-
firstEntry
Double2CharMap.Entry firstEntry()- Angegeben von:
firstEntryin SchnittstelleNavigableMap<Double,Character> - Gibt zurück:
- a Type Specific firstEntry
-
lastEntry
Double2CharMap.Entry lastEntry()- Angegeben von:
lastEntryin SchnittstelleNavigableMap<Double,Character> - Gibt zurück:
- a Type Specific lastEntry
-
pollFirstEntry
Double2CharMap.Entry pollFirstEntry()- Angegeben von:
pollFirstEntryin SchnittstelleNavigableMap<Double,Character> - Gibt zurück:
- a Type Specific pollFirstEntry
-
pollLastEntry
Double2CharMap.Entry pollLastEntry()- Angegeben von:
pollLastEntryin SchnittstelleNavigableMap<Double,Character> - Gibt zurück:
- a Type Specific pollLastEntry
-
keySet
DoubleNavigableSet keySet() -
synchronize
Creates a Wrapped NavigableMap that is Synchronized- Angegeben von:
synchronizein SchnittstelleDouble2CharMap- Angegeben von:
synchronizein SchnittstelleDouble2CharSortedMap- Gibt zurück:
- a new NavigableMap that is synchronized
- Siehe auch:
-
synchronize
Creates a Wrapped NavigableMap that is Synchronized- Angegeben von:
synchronizein SchnittstelleDouble2CharMap- Angegeben von:
synchronizein SchnittstelleDouble2CharSortedMap- 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 SchnittstelleDouble2CharMap- Angegeben von:
unmodifiablein SchnittstelleDouble2CharSortedMap- Gibt zurück:
- a new NavigableMap Wrapper that is unmodifiable
- Siehe auch:
-
subMap
Double2CharNavigableMap subMap(double fromKey, boolean fromInclusive, double 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:Double2CharSortedMapA Type Specific SubMap method to reduce boxing/unboxing- Angegeben von:
subMapin SchnittstelleDouble2CharSortedMap- 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:Double2CharSortedMapA Type Specific HeadMap method to reduce boxing/unboxing- Angegeben von:
headMapin SchnittstelleDouble2CharSortedMap- 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:Double2CharSortedMapA Type Specific TailMap method to reduce boxing/unboxing- Angegeben von:
tailMapin SchnittstelleDouble2CharSortedMap- Parameter:
fromKey- where the TailMap should start- Gibt zurück:
- a TailMap that is within the range of the desired range
-
setDefaultMaxValue
void setDefaultMaxValue(double e) A Helper method to set the max value for SubMaps. (Default: double.MIN_VALUE)- Parameter:
e- the new max value
-
getDefaultMaxValue
double getDefaultMaxValue()A Helper method to get the max value for SubMaps.- Gibt zurück:
- the default max value.
-
setDefaultMinValue
void setDefaultMinValue(double e) A Helper method to set the min value for SubMaps. (Default: double.MAX_VALUE)- Parameter:
e- the new min value
-
getDefaultMinValue
double getDefaultMinValue()A Helper method to get the min value for SubMaps.- Gibt zurück:
- the default min value.
-
lowerKey
double lowerKey(double 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
double higherKey(double 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
double floorKey(double 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
double ceilingKey(double 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<Double,Character>
-
floorKey
Veraltet.- Angegeben von:
floorKeyin SchnittstelleNavigableMap<Double,Character>
-
ceilingKey
Veraltet.- Angegeben von:
ceilingKeyin SchnittstelleNavigableMap<Double,Character>
-
higherKey
Veraltet.- Angegeben von:
higherKeyin SchnittstelleNavigableMap<Double,Character>
-
lowerEntry
Veraltet.- Angegeben von:
lowerEntryin SchnittstelleNavigableMap<Double,Character>
-
floorEntry
Veraltet.- Angegeben von:
floorEntryin SchnittstelleNavigableMap<Double,Character>
-
ceilingEntry
Veraltet.- Angegeben von:
ceilingEntryin SchnittstelleNavigableMap<Double,Character>
-
higherEntry
Veraltet.- Angegeben von:
higherEntryin SchnittstelleNavigableMap<Double,Character>
-
subMap
@Deprecated default Double2CharNavigableMap subMap(Double fromKey, boolean fromInclusive, Double toKey, boolean toInclusive) Veraltet.- Angegeben von:
subMapin SchnittstelleNavigableMap<Double,Character>
-
headMap
Veraltet.- Angegeben von:
headMapin SchnittstelleNavigableMap<Double,Character>
-
tailMap
Veraltet.- Angegeben von:
tailMapin SchnittstelleNavigableMap<Double,Character>
-
subMap
Veraltet.- Angegeben von:
subMapin SchnittstelleDouble2CharSortedMap- Angegeben von:
subMapin SchnittstelleNavigableMap<Double,Character> - Angegeben von:
subMapin SchnittstelleSortedMap<Double,Character>
-
headMap
Veraltet.- Angegeben von:
headMapin SchnittstelleDouble2CharSortedMap- Angegeben von:
headMapin SchnittstelleNavigableMap<Double,Character> - Angegeben von:
headMapin SchnittstelleSortedMap<Double,Character>
-
tailMap
Veraltet.- Angegeben von:
tailMapin SchnittstelleDouble2CharSortedMap- Angegeben von:
tailMapin SchnittstelleNavigableMap<Double,Character> - Angegeben von:
tailMapin SchnittstelleSortedMap<Double,Character>
-