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