Vertaling van "Map object" in Spaans
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.
Returns the number of key/value pairs in the Map object.
Devuelve el número de conjuntos de llave/valor en el objeto Map.
The Map object is a simple key/value map.
Here we need to have a spilt function which accepts a user name and returns a Map object having the firstName and the lastName as its keys having corresponding values so that we can use them.
Por ejemplo, consideremos el siguiente Aquí tenemos que tener una función derramado que acepta un nombre de usuario y devuelve un objeto de mapa que tiene la primerNombre y el apellido como sus claves con valores correspondientes de manera que podamos utilizarlos.
We initialize the map object from the body tag's onload event.
Inicializamos el objeto de mapa desde el evento onload de la etiqueta body.
Removes all key/value pairs from the Map object.
Elimina todos los conjuntos de llave/valor del 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 valor del elemento a agregar al objeto Map.
Removes all key/value pairs from the Map object.
El objeto Map es un sencillo mapa clave/valor.
The key of the element to return from the Map object.
La clave del elemento del objeto Map que queremos obtener.
The value of the element to add to the Map object.
El valor del elemento a agregar al objeto Map.
The key of the element to return from the Map object.
La clave del elemento a eliminar del objeto Map.
The get() method returns a specified element from a Map object.
El método get() devuelve un elemento específico de un objeto Map.
The value of size is an integer representing how many entries the Map object has.
El valor de size es un entero representando cuántas entradas tiene el objeto Map.