JSONArray.Put Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
Put(Double) |
Acrescenta |
Put(Int32, Int64) |
Define o valor como |
Put(Int32, Int32) |
Define o valor como |
Put(Int32, Double) |
Define o valor como |
Put(Int32, Boolean) |
Define o valor como |
Put(Boolean) |
Acrescenta |
Put(Int64) |
Acrescenta |
Put(Int32) |
Acrescenta |
Put(Object) |
Acrescenta |
Put(Int32, Object) |
Define o valor como |
Put(Double)
Acrescenta value
ao final desta matriz.
[Android.Runtime.Register("put", "(D)Lorg/json/JSONArray;", "GetPut_DHandler")]
public virtual Org.Json.JSONArray? Put (double value);
[<Android.Runtime.Register("put", "(D)Lorg/json/JSONArray;", "GetPut_DHandler")>]
abstract member Put : double -> Org.Json.JSONArray
override this.Put : double -> Org.Json.JSONArray
Parâmetros
- value
- Double
um valor finito. Pode não ser Double#isNaN() NaNs
ou Double#isInfinite() infinities
.
Retornos
essa matriz.
- Atributos
Exceções
Comentários
Acrescenta value
ao final desta matriz.
Documentação Java para org.json.JSONArray.put(double)
.
Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Android Open Source Project e usado de acordo com os termos descritos na Creative Commons 2.5 Attribution License.
Aplica-se a
Put(Int32, Int64)
Define o valor como index
value
, preenchimento nulo dessa matriz para o comprimento necessário, se necessário.
[Android.Runtime.Register("put", "(IJ)Lorg/json/JSONArray;", "GetPut_IJHandler")]
public virtual Org.Json.JSONArray? Put (int index, long value);
[<Android.Runtime.Register("put", "(IJ)Lorg/json/JSONArray;", "GetPut_IJHandler")>]
abstract member Put : int * int64 -> Org.Json.JSONArray
override this.Put : int * int64 -> Org.Json.JSONArray
Parâmetros
- index
- Int32
- value
- Int64
um valor finito. Pode não ser Double#isNaN() NaNs
ou Double#isInfinite() infinities
.
Retornos
essa matriz.
- Atributos
Exceções
Comentários
Define o valor como index
value
, preenchimento nulo dessa matriz para o comprimento necessário, se necessário. Se um valor já existir no index
, ele será substituído.
Documentação Java para org.json.JSONArray.put(int, long)
.
Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Android Open Source Project e usado de acordo com os termos descritos na Creative Commons 2.5 Attribution License.
Aplica-se a
Put(Int32, Int32)
Define o valor como index
value
, preenchimento nulo dessa matriz para o comprimento necessário, se necessário.
[Android.Runtime.Register("put", "(II)Lorg/json/JSONArray;", "GetPut_IIHandler")]
public virtual Org.Json.JSONArray? Put (int index, int value);
[<Android.Runtime.Register("put", "(II)Lorg/json/JSONArray;", "GetPut_IIHandler")>]
abstract member Put : int * int -> Org.Json.JSONArray
override this.Put : int * int -> Org.Json.JSONArray
Parâmetros
- index
- Int32
- value
- Int32
um valor finito. Pode não ser Double#isNaN() NaNs
ou Double#isInfinite() infinities
.
Retornos
essa matriz.
- Atributos
Exceções
Comentários
Define o valor como index
value
, preenchimento nulo dessa matriz para o comprimento necessário, se necessário. Se um valor já existir no index
, ele será substituído.
Documentação Java para org.json.JSONArray.put(int, int)
.
Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Android Open Source Project e usado de acordo com os termos descritos na Creative Commons 2.5 Attribution License.
Aplica-se a
Put(Int32, Double)
Define o valor como index
value
, preenchimento nulo dessa matriz para o comprimento necessário, se necessário.
[Android.Runtime.Register("put", "(ID)Lorg/json/JSONArray;", "GetPut_IDHandler")]
public virtual Org.Json.JSONArray? Put (int index, double value);
[<Android.Runtime.Register("put", "(ID)Lorg/json/JSONArray;", "GetPut_IDHandler")>]
abstract member Put : int * double -> Org.Json.JSONArray
override this.Put : int * double -> Org.Json.JSONArray
Parâmetros
- index
- Int32
- value
- Double
um valor finito. Pode não ser Double#isNaN() NaNs
ou Double#isInfinite() infinities
.
Retornos
essa matriz.
- Atributos
Exceções
Comentários
Define o valor como index
value
, preenchimento nulo dessa matriz para o comprimento necessário, se necessário. Se um valor já existir no index
, ele será substituído.
Documentação Java para org.json.JSONArray.put(int, double)
.
Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Android Open Source Project e usado de acordo com os termos descritos na Creative Commons 2.5 Attribution License.
Aplica-se a
Put(Int32, Boolean)
Define o valor como index
value
, preenchimento nulo dessa matriz para o comprimento necessário, se necessário.
[Android.Runtime.Register("put", "(IZ)Lorg/json/JSONArray;", "GetPut_IZHandler")]
public virtual Org.Json.JSONArray? Put (int index, bool value);
[<Android.Runtime.Register("put", "(IZ)Lorg/json/JSONArray;", "GetPut_IZHandler")>]
abstract member Put : int * bool -> Org.Json.JSONArray
override this.Put : int * bool -> Org.Json.JSONArray
Parâmetros
- index
- Int32
- value
- Boolean
um valor finito. Pode não ser Double#isNaN() NaNs
ou Double#isInfinite() infinities
.
Retornos
essa matriz.
- Atributos
Exceções
Comentários
Define o valor como index
value
, preenchimento nulo dessa matriz para o comprimento necessário, se necessário. Se um valor já existir no index
, ele será substituído.
Documentação Java para org.json.JSONArray.put(int, boolean)
.
Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Android Open Source Project e usado de acordo com os termos descritos na Creative Commons 2.5 Attribution License.
Aplica-se a
Put(Boolean)
Acrescenta value
ao final desta matriz.
[Android.Runtime.Register("put", "(Z)Lorg/json/JSONArray;", "GetPut_ZHandler")]
public virtual Org.Json.JSONArray? Put (bool value);
[<Android.Runtime.Register("put", "(Z)Lorg/json/JSONArray;", "GetPut_ZHandler")>]
abstract member Put : bool -> Org.Json.JSONArray
override this.Put : bool -> Org.Json.JSONArray
Parâmetros
- value
- Boolean
um valor finito. Pode não ser Double#isNaN() NaNs
ou Double#isInfinite() infinities
.
Retornos
essa matriz.
- Atributos
Comentários
Acrescenta value
ao final desta matriz.
Documentação Java para org.json.JSONArray.put(boolean)
.
Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Android Open Source Project e usado de acordo com os termos descritos na Creative Commons 2.5 Attribution License.
Aplica-se a
Put(Int64)
Acrescenta value
ao final desta matriz.
[Android.Runtime.Register("put", "(J)Lorg/json/JSONArray;", "GetPut_JHandler")]
public virtual Org.Json.JSONArray? Put (long value);
[<Android.Runtime.Register("put", "(J)Lorg/json/JSONArray;", "GetPut_JHandler")>]
abstract member Put : int64 -> Org.Json.JSONArray
override this.Put : int64 -> Org.Json.JSONArray
Parâmetros
- value
- Int64
um valor finito. Pode não ser Double#isNaN() NaNs
ou Double#isInfinite() infinities
.
Retornos
essa matriz.
- Atributos
Comentários
Acrescenta value
ao final desta matriz.
Documentação Java para org.json.JSONArray.put(long)
.
Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Android Open Source Project e usado de acordo com os termos descritos na Creative Commons 2.5 Attribution License.
Aplica-se a
Put(Int32)
Acrescenta value
ao final desta matriz.
[Android.Runtime.Register("put", "(I)Lorg/json/JSONArray;", "GetPut_IHandler")]
public virtual Org.Json.JSONArray? Put (int value);
[<Android.Runtime.Register("put", "(I)Lorg/json/JSONArray;", "GetPut_IHandler")>]
abstract member Put : int -> Org.Json.JSONArray
override this.Put : int -> Org.Json.JSONArray
Parâmetros
- value
- Int32
um valor finito. Pode não ser Double#isNaN() NaNs
ou Double#isInfinite() infinities
.
Retornos
essa matriz.
- Atributos
Comentários
Acrescenta value
ao final desta matriz.
Documentação Java para org.json.JSONArray.put(int)
.
Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Android Open Source Project e usado de acordo com os termos descritos na Creative Commons 2.5 Attribution License.
Aplica-se a
Put(Object)
Acrescenta value
ao final desta matriz.
[Android.Runtime.Register("put", "(Ljava/lang/Object;)Lorg/json/JSONArray;", "GetPut_Ljava_lang_Object_Handler")]
public virtual Org.Json.JSONArray? Put (Java.Lang.Object? value);
[<Android.Runtime.Register("put", "(Ljava/lang/Object;)Lorg/json/JSONArray;", "GetPut_Ljava_lang_Object_Handler")>]
abstract member Put : Java.Lang.Object -> Org.Json.JSONArray
override this.Put : Java.Lang.Object -> Org.Json.JSONArray
Parâmetros
- value
- Object
a JSONObject
, JSONArray
, String, Booleano, Inteiro, Longo, Duplo, JSONObject#NULL
ou null
. Pode não ser Double#isNaN() NaNs
ou Double#isInfinite()
infinities
. Valores sem suporte não são permitidos e farão com que a matriz fique em um estado inconsistente.
Retornos
essa matriz.
- Atributos
Comentários
Acrescenta value
ao final desta matriz.
Documentação Java para org.json.JSONArray.put(java.lang.Object)
.
Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Android Open Source Project e usado de acordo com os termos descritos na Creative Commons 2.5 Attribution License.
Aplica-se a
Put(Int32, Object)
Define o valor como index
value
, preenchimento nulo dessa matriz para o comprimento necessário, se necessário.
[Android.Runtime.Register("put", "(ILjava/lang/Object;)Lorg/json/JSONArray;", "GetPut_ILjava_lang_Object_Handler")]
public virtual Org.Json.JSONArray? Put (int index, Java.Lang.Object? value);
[<Android.Runtime.Register("put", "(ILjava/lang/Object;)Lorg/json/JSONArray;", "GetPut_ILjava_lang_Object_Handler")>]
abstract member Put : int * Java.Lang.Object -> Org.Json.JSONArray
override this.Put : int * Java.Lang.Object -> Org.Json.JSONArray
Parâmetros
- index
- Int32
- value
- Object
a JSONObject
, JSONArray
, String, Booleano, Inteiro, Longo, Duplo, JSONObject#NULL
ou null
. Pode não ser Double#isNaN() NaNs
ou Double#isInfinite()
infinities
.
Retornos
essa matriz.
- Atributos
Exceções
Comentários
Define o valor como index
value
, preenchimento nulo dessa matriz para o comprimento necessário, se necessário. Se um valor já existir no index
, ele será substituído.
Documentação Java para org.json.JSONArray.put(int, java.lang.Object)
.
Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Android Open Source Project e usado de acordo com os termos descritos na Creative Commons 2.5 Attribution License.