Vertaling van "objeto Map" in Engels
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
Devuelve el número de conjuntos de llave/valor en el objeto Map.
Returns the number of key/value pairs in the Map object.
El objeto Map es un sencillo mapa clave/valor.
Establece un valor para la llave en el objeto Map.
El valor del elemento a agregar al objeto Map.
Elimina todos los conjuntos de llave/valor del objeto Map.
Removes all key/value pairs from the Map object.
El valor del elemento a agregar al objeto Map.
The key of the element to return from the Map object.
El valor del elemento a agregar al objeto Map.
Sets the value for the key in the Map object.
El objeto Map es un sencillo mapa clave/valor.
Removes all key/value pairs from the Map object.
La clave del elemento del objeto Map que queremos obtener.
The key of the element to return from the Map object.
El valor del elemento a agregar al objeto Map.
The value of the element to add to the Map object.
La clave del elemento a eliminar del objeto Map.
The key of the element to return from the Map object.
El método get() devuelve un elemento específico de un objeto Map.
The get() method returns a specified element from a Map object.
El valor de size es un entero representando cuántas entradas tiene el objeto Map.
The value of size is an integer representing how many entries the Map object has.