Linguaggio

AbstractMap.SimpleImmutableEntry Costruttori

Definizione

Overload

Nome Descrizione
AbstractMap.SimpleImmutableEntry(IMapEntry)
AbstractMap.SimpleImmutableEntry(Object, Object)

Crea una voce che rappresenta un mapping dalla chiave specificata al valore specificato.

AbstractMap.SimpleImmutableEntry(IntPtr, JniHandleOwnership)

Costruttore usato durante la creazione di rappresentazioni gestite di oggetti JNI; chiamato dal runtime.

AbstractMap.SimpleImmutableEntry(IMapEntry)

[Android.Runtime.Register(".ctor", "(Ljava/util/Map$Entry;)V", "")]
public SimpleImmutableEntry(Java.Util.IMapEntry entry);
[<Android.Runtime.Register(".ctor", "(Ljava/util/Map$Entry;)V", "")>]
new Java.Util.AbstractMap.SimpleImmutableEntry : Java.Util.IMapEntry -> Java.Util.AbstractMap.SimpleImmutableEntry

Parametri

entry
IMapEntry
Attributi

Commenti

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a

AbstractMap.SimpleImmutableEntry(Object, Object)

Crea una voce che rappresenta un mapping dalla chiave specificata al valore specificato.

[Android.Runtime.Register(".ctor", "(Ljava/lang/Object;Ljava/lang/Object;)V", "")]
public SimpleImmutableEntry(Java.Lang.Object? key, Java.Lang.Object? value);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/Object;Ljava/lang/Object;)V", "")>]
new Java.Util.AbstractMap.SimpleImmutableEntry : Java.Lang.Object * Java.Lang.Object -> Java.Util.AbstractMap.SimpleImmutableEntry

Parametri

key
Object

chiave rappresentata da questa voce

value
Object

valore rappresentato da questa voce

Attributi

Commenti

Crea una voce che rappresenta un mapping dalla chiave specificata al valore specificato.

per java.util.AbstractMap.SimpleImmutableEntry.AbstractMap$SimpleImmutableEntry(K, V).

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a

AbstractMap.SimpleImmutableEntry(IntPtr, JniHandleOwnership)

Costruttore usato durante la creazione di rappresentazioni gestite di oggetti JNI; chiamato dal runtime.

protected SimpleImmutableEntry(IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Java.Util.AbstractMap.SimpleImmutableEntry : nativeint * Android.Runtime.JniHandleOwnership -> Java.Util.AbstractMap.SimpleImmutableEntry

Parametri

javaReference
IntPtr

nativeint

Oggetto IntPtrcontenente un riferimento all'oggetto JNI (Native Interface) Java.

transfer
JniHandleOwnership

Oggetto JniHandleOwnershipche indica come gestire javaReference

Commenti

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a