Modul speiger.src.collections
Klasse Object2DoubleMaps.UnmodifyableSortedMap<T>
java.lang.Object
java.util.AbstractMap<T,Double>
speiger.src.collections.objects.maps.abstracts.AbstractObject2DoubleMap<T>
speiger.src.collections.objects.utils.maps.Object2DoubleMaps.UnmodifyableMap<T>
speiger.src.collections.objects.utils.maps.Object2DoubleMaps.UnmodifyableSortedMap<T>
- Typparameter:
T- the keyType of elements maintained by this Collection
- Alle implementierten Schnittstellen:
ToDoubleFunction<T>,Map<T,,Double> SortedMap<T,,Double> ToDoubleFunction<T>,Object2DoubleMap<T>,Object2DoubleSortedMap<T>
- Bekannte direkte Unterklassen:
Object2DoubleMaps.UnmodifyableNavigableMap
- Umschließende Klasse:
Object2DoubleMaps
public static class Object2DoubleMaps.UnmodifyableSortedMap<T>
extends Object2DoubleMaps.UnmodifyableMap<T>
implements Object2DoubleSortedMap<T>
The Unmodifyable Sorted Map implementation that is sued for the unmodifyableMap function
-
Verschachtelte Klassen - Übersicht
Von Klasse geerbte verschachtelte Klassen/Schnittstellen speiger.src.collections.objects.maps.abstracts.AbstractObject2DoubleMap
AbstractObject2DoubleMap.BasicEntry<T>Von 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.objects.maps.interfaces.Object2DoubleMap
Object2DoubleMap.BuilderCache<T>, Object2DoubleMap.Entry<T>, Object2DoubleMap.FastEntrySet<T>, Object2DoubleMap.MapBuilderVon Schnittstelle geerbte verschachtelte Klassen/Schnittstellen speiger.src.collections.objects.maps.interfaces.Object2DoubleSortedMap
Object2DoubleSortedMap.FastSortedSet<T> -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungcopy()A Function that does a shallow clone of the Map itself.doubleA method to get the first Value of a Map.firstKey()keySet()doubleA method to get the last Value of a Map.lastKey()A method to get and remove the first Key of a Map.A method to get and remove the last Key of a Map.Von Klasse geerbte Methoden speiger.src.collections.objects.utils.maps.Object2DoubleMaps.UnmodifyableMap
addTo, clear, computeDouble, computeDoubleIfAbsent, computeDoubleIfAbsentNonDefault, computeDoubleIfPresent, computeDoubleIfPresentNonDefault, computeDoubleNonDefault, getDouble, getOrDefault, mergeAllDouble, mergeDouble, object2DoubleEntrySet, put, putIfAbsent, rem, remOrDefault, remove, replaceDoubles, replaceDoubles, subFrom, supplyDoubleIfAbsent, supplyDoubleIfAbsentNonDefault, valuesVon Klasse geerbte Methoden speiger.src.collections.objects.maps.abstracts.AbstractObject2DoubleMap
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
containsValue, isEmpty, size, toStringVon Schnittstelle geerbte Methoden java.util.Map
clear, containsKey, equals, hashCode, isEmpty, putAll, sizeVon Schnittstelle geerbte Methoden speiger.src.collections.objects.maps.interfaces.Object2DoubleMap
addTo, addToAll, applyAsDouble, compute, computeDouble, computeDoubleIfAbsent, computeDoubleIfAbsentNonDefault, computeDoubleIfPresent, computeDoubleIfPresentNonDefault, computeDoubleNonDefault, computeIfAbsent, computeIfPresent, containsValue, containsValue, entrySet, forEach, forEach, get, getDefaultReturnValue, getDouble, getOrDefault, getOrDefault, merge, mergeAllDouble, mergeDouble, object2DoubleEntrySet, put, put, put, put, putAll, putAll, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, rem, remOrDefault, remove, remove, remove, replace, replace, replace, replace, replaceAll, replaceDoubles, replaceDoubles, setDefaultReturnValue, subFrom, supplyDoubleIfAbsent, supplyDoubleIfAbsentNonDefaultVon Schnittstelle geerbte Methoden speiger.src.collections.objects.maps.interfaces.Object2DoubleSortedMap
synchronize, synchronize, unmodifiable, values
-
Methodendetails
-
comparator
- Angegeben von:
comparatorin SchnittstelleObject2DoubleSortedMap<T>- Angegeben von:
comparatorin SchnittstelleSortedMap<T,Double>
-
subMap
-
headMap
-
tailMap
-
keySet
- Angegeben von:
keySetin SchnittstelleMap<T,Double> - Angegeben von:
keySetin SchnittstelleObject2DoubleMap<T>- Angegeben von:
keySetin SchnittstelleObject2DoubleSortedMap<T>- Angegeben von:
keySetin SchnittstelleSortedMap<T,Double> - Setzt außer Kraft:
keySetin KlasseObject2DoubleMaps.UnmodifyableMap<T>
-
firstKey
-
pollFirstKey
Beschreibung aus Schnittstelle kopiert:Object2DoubleSortedMapA method to get and remove the first Key of a Map.- Angegeben von:
pollFirstKeyin SchnittstelleObject2DoubleSortedMap<T>- Gibt zurück:
- the first key in the map
-
lastKey
-
pollLastKey
Beschreibung aus Schnittstelle kopiert:Object2DoubleSortedMapA method to get and remove the last Key of a Map.- Angegeben von:
pollLastKeyin SchnittstelleObject2DoubleSortedMap<T>- Gibt zurück:
- the last key in the map
-
firstDoubleValue
public double firstDoubleValue()Beschreibung aus Schnittstelle kopiert:Object2DoubleSortedMapA method to get the first Value of a Map.- Angegeben von:
firstDoubleValuein SchnittstelleObject2DoubleSortedMap<T>- Gibt zurück:
- the first key in the map
-
lastDoubleValue
public double lastDoubleValue()Beschreibung aus Schnittstelle kopiert:Object2DoubleSortedMapA method to get the last Value of a Map.- Angegeben von:
lastDoubleValuein SchnittstelleObject2DoubleSortedMap<T>- Gibt zurück:
- the last key in the map
-
copy
Beschreibung aus Schnittstelle kopiert:Object2DoubleMapA 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 SchnittstelleObject2DoubleMap<T>- Angegeben von:
copyin SchnittstelleObject2DoubleSortedMap<T>- Setzt außer Kraft:
copyin KlasseObject2DoubleMaps.UnmodifyableMap<T>- Gibt zurück:
- a Shallow Copy of the Map
-