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