Modul speiger.src.collections
Klasse Object2ShortMaps.UnmodifyableEntry<T>
java.lang.Object
speiger.src.collections.objects.maps.abstracts.AbstractObject2ShortMap.BasicEntry<T>
speiger.src.collections.objects.utils.maps.Object2ShortMaps.UnmodifyableEntry<T>
- Typparameter:
T- the keyType of elements maintained by this Collection
- Alle implementierten Schnittstellen:
Map.Entry<T,,Short> Object2ShortMap.Entry<T>
- Umschließende Klasse:
Object2ShortMaps
public static class Object2ShortMaps.UnmodifyableEntry<T>
extends AbstractObject2ShortMap.BasicEntry<T>
The Unmodifyable Entry implementation for the helper function unmodifiableEntry()
-
Methodenübersicht
Von Klasse geerbte Methoden speiger.src.collections.objects.maps.abstracts.AbstractObject2ShortMap.BasicEntry
equals, getKey, getShortValue, hashCode, setValue, toStringVon Schnittstelle geerbte Methoden speiger.src.collections.objects.maps.interfaces.Object2ShortMap.Entry
getValue, setValue
-
Methodendetails
-
set
Beschreibung aus Klasse kopiert:AbstractObject2ShortMap.BasicEntryA Helper method for fast replacing values- Setzt außer Kraft:
setin KlasseAbstractObject2ShortMap.BasicEntry<T>- Parameter:
key- the key that should be replacedvalue- the value that should be replaced
-