Modul speiger.src.collections
Klasse Object2ShortMaps.UnmodifyableSortedMap<T>
java.lang.Object
java.util.AbstractMap<T,Short>
speiger.src.collections.objects.maps.abstracts.AbstractObject2ShortMap<T>
speiger.src.collections.objects.utils.maps.Object2ShortMaps.UnmodifyableMap<T>
speiger.src.collections.objects.utils.maps.Object2ShortMaps.UnmodifyableSortedMap<T>
- Typparameter:
T- the keyType of elements maintained by this Collection
- Alle implementierten Schnittstellen:
Map<T,,Short> SortedMap<T,,Short> ToShortFunction<T>,Object2ShortMap<T>,Object2ShortSortedMap<T>
- Bekannte direkte Unterklassen:
Object2ShortMaps.UnmodifyableNavigableMap
- Umschließende Klasse:
Object2ShortMaps
public static class Object2ShortMaps.UnmodifyableSortedMap<T>
extends Object2ShortMaps.UnmodifyableMap<T>
implements Object2ShortSortedMap<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.AbstractObject2ShortMap
AbstractObject2ShortMap.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.Object2ShortMap
Object2ShortMap.BuilderCache<T>, Object2ShortMap.Entry<T>, Object2ShortMap.FastEntrySet<T>, Object2ShortMap.MapBuilderVon Schnittstelle geerbte verschachtelte Klassen/Schnittstellen speiger.src.collections.objects.maps.interfaces.Object2ShortSortedMap
Object2ShortSortedMap.FastSortedSet<T> -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungcopy()A Function that does a shallow clone of the Map itself.firstKey()shortA method to get the first Value of a Map.keySet()lastKey()shortA method to get the last Value of a Map.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.Object2ShortMaps.UnmodifyableMap
addTo, clear, computeShort, computeShortIfAbsent, computeShortIfAbsentNonDefault, computeShortIfPresent, computeShortIfPresentNonDefault, computeShortNonDefault, getOrDefault, getShort, mergeAllShort, mergeShort, object2ShortEntrySet, put, putIfAbsent, rem, remOrDefault, remove, replaceShorts, replaceShorts, subFrom, supplyShortIfAbsent, supplyShortIfAbsentNonDefault, valuesVon Klasse geerbte Methoden speiger.src.collections.objects.maps.abstracts.AbstractObject2ShortMap
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.Object2ShortMap
addTo, addToAll, applyAsShort, compute, computeIfAbsent, computeIfPresent, computeShort, computeShortIfAbsent, computeShortIfAbsentNonDefault, computeShortIfPresent, computeShortIfPresentNonDefault, computeShortNonDefault, containsValue, containsValue, entrySet, forEach, forEach, get, getDefaultReturnValue, getOrDefault, getOrDefault, getShort, merge, mergeAllShort, mergeShort, object2ShortEntrySet, put, put, put, put, putAll, putAll, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, rem, remOrDefault, remove, remove, remove, replace, replace, replace, replace, replaceAll, replaceShorts, replaceShorts, setDefaultReturnValue, subFrom, supplyShortIfAbsent, supplyShortIfAbsentNonDefaultVon Schnittstelle geerbte Methoden speiger.src.collections.objects.maps.interfaces.Object2ShortSortedMap
synchronize, synchronize, unmodifiable, values
-
Methodendetails
-
comparator
- Angegeben von:
comparatorin SchnittstelleObject2ShortSortedMap<T>- Angegeben von:
comparatorin SchnittstelleSortedMap<T,Short>
-
subMap
-
headMap
-
tailMap
-
keySet
- Angegeben von:
keySetin SchnittstelleMap<T,Short> - Angegeben von:
keySetin SchnittstelleObject2ShortMap<T>- Angegeben von:
keySetin SchnittstelleObject2ShortSortedMap<T>- Angegeben von:
keySetin SchnittstelleSortedMap<T,Short> - Setzt außer Kraft:
keySetin KlasseObject2ShortMaps.UnmodifyableMap<T>
-
firstKey
-
pollFirstKey
Beschreibung aus Schnittstelle kopiert:Object2ShortSortedMapA method to get and remove the first Key of a Map.- Angegeben von:
pollFirstKeyin SchnittstelleObject2ShortSortedMap<T>- Gibt zurück:
- the first key in the map
-
lastKey
-
pollLastKey
Beschreibung aus Schnittstelle kopiert:Object2ShortSortedMapA method to get and remove the last Key of a Map.- Angegeben von:
pollLastKeyin SchnittstelleObject2ShortSortedMap<T>- Gibt zurück:
- the last key in the map
-
firstShortValue
public short firstShortValue()Beschreibung aus Schnittstelle kopiert:Object2ShortSortedMapA method to get the first Value of a Map.- Angegeben von:
firstShortValuein SchnittstelleObject2ShortSortedMap<T>- Gibt zurück:
- the first key in the map
-
lastShortValue
public short lastShortValue()Beschreibung aus Schnittstelle kopiert:Object2ShortSortedMapA method to get the last Value of a Map.- Angegeben von:
lastShortValuein SchnittstelleObject2ShortSortedMap<T>- Gibt zurück:
- the last key in the map
-
copy
Beschreibung aus Schnittstelle kopiert:Object2ShortMapA 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 SchnittstelleObject2ShortMap<T>- Angegeben von:
copyin SchnittstelleObject2ShortSortedMap<T>- Setzt außer Kraft:
copyin KlasseObject2ShortMaps.UnmodifyableMap<T>- Gibt zurück:
- a Shallow Copy of the Map
-