Modul speiger.src.collections
Schnittstelle Object2ShortNavigableMap<T>
- Typparameter:
T- the keyType of elements maintained by this Collection
- Alle Superschnittstellen:
Map<T,,Short> NavigableMap<T,,Short> Object2ShortMap<T>,Object2ShortSortedMap<T>,SortedMap<T,,Short> ToShortFunction<T>
- Alle bekannten Implementierungsklassen:
Object2ShortAVLTreeMap,Object2ShortMaps.SynchronizedNavigableMap,Object2ShortMaps.UnmodifyableNavigableMap,Object2ShortRBTreeMap
public interface Object2ShortNavigableMap<T>
extends Object2ShortSortedMap<T>, NavigableMap<T,Short>
A Type Specific Navigable Map interface with a couple helper methods
-
Verschachtelte Klassen - Übersicht
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 TypMethodeBeschreibungceilingEntry(T key) copy()A Function that does a shallow clone of the Map itself.floorEntry(T key) default Object2ShortNavigableMap<T>higherEntry(T key) keySet()lowerEntry(T key) default Object2ShortNavigableMap<T>default Object2ShortNavigableMap<T>Creates a Wrapped NavigableMap that is Synchronizeddefault Object2ShortNavigableMap<T>synchronize(Object mutex) Creates a Wrapped NavigableMap that is Synchronizeddefault Object2ShortNavigableMap<T>default Object2ShortNavigableMap<T>Creates a Wrapped NavigableMap that is unmodifiableVon Schnittstelle geerbte Methoden java.util.Map
clear, containsKey, equals, hashCode, isEmpty, putAll, sizeVon Schnittstelle geerbte Methoden java.util.NavigableMap
ceilingKey, floorKey, higherKey, lowerKeyVon 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
comparator, firstShortValue, lastShortValue, pollFirstKey, pollLastKey, values
-
Methodendetails
-
copy
Object2ShortNavigableMap<T> 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>- Gibt zurück:
- a Shallow Copy of the Map
-
descendingMap
Object2ShortNavigableMap<T> descendingMap()- Angegeben von:
descendingMapin SchnittstelleNavigableMap<T,Short> - Gibt zurück:
- a Type Specific desendingMap
-
descendingKeySet
ObjectNavigableSet<T> descendingKeySet()- Angegeben von:
descendingKeySetin SchnittstelleNavigableMap<T,Short> - Gibt zurück:
- a Type Specific Desending Key Set
-
firstEntry
Object2ShortMap.Entry<T> firstEntry()- Angegeben von:
firstEntryin SchnittstelleNavigableMap<T,Short> - Gibt zurück:
- a Type Specific firstEntry
-
lastEntry
Object2ShortMap.Entry<T> lastEntry()- Angegeben von:
lastEntryin SchnittstelleNavigableMap<T,Short> - Gibt zurück:
- a Type Specific lastEntry
-
pollFirstEntry
Object2ShortMap.Entry<T> pollFirstEntry()- Angegeben von:
pollFirstEntryin SchnittstelleNavigableMap<T,Short> - Gibt zurück:
- a Type Specific pollFirstEntry
-
pollLastEntry
Object2ShortMap.Entry<T> pollLastEntry()- Angegeben von:
pollLastEntryin SchnittstelleNavigableMap<T,Short> - Gibt zurück:
- a Type Specific pollLastEntry
-
keySet
ObjectNavigableSet<T> keySet() -
synchronize
Creates a Wrapped NavigableMap that is Synchronized- Angegeben von:
synchronizein SchnittstelleObject2ShortMap<T>- Angegeben von:
synchronizein SchnittstelleObject2ShortSortedMap<T>- Gibt zurück:
- a new NavigableMap that is synchronized
- Siehe auch:
-
synchronize
Creates a Wrapped NavigableMap that is Synchronized- Angegeben von:
synchronizein SchnittstelleObject2ShortMap<T>- Angegeben von:
synchronizein SchnittstelleObject2ShortSortedMap<T>- 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 SchnittstelleObject2ShortMap<T>- Angegeben von:
unmodifiablein SchnittstelleObject2ShortSortedMap<T>- Gibt zurück:
- a new NavigableMap Wrapper that is unmodifiable
- Siehe auch:
-
lowerEntry
- Angegeben von:
lowerEntryin SchnittstelleNavigableMap<T,Short>
-
floorEntry
- Angegeben von:
floorEntryin SchnittstelleNavigableMap<T,Short>
-
ceilingEntry
- Angegeben von:
ceilingEntryin SchnittstelleNavigableMap<T,Short>
-
higherEntry
- Angegeben von:
higherEntryin SchnittstelleNavigableMap<T,Short>
-
subMap
- Angegeben von:
subMapin SchnittstelleNavigableMap<T,Short>
-
headMap
- Angegeben von:
headMapin SchnittstelleNavigableMap<T,Short>
-
tailMap
- Angegeben von:
tailMapin SchnittstelleNavigableMap<T,Short>
-
subMap
-
headMap
-
tailMap
-