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