Examples with "ArrayList of" and their translation 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.
So, to create an ArrayList of, say, java.lang.Integer, you'd do this
Por lo tanto, para crear una ArrayList de, digamos, java.lang.Integer, usted haría lo siguiente
Andere resultaten
Initializes a new instance of the ArrayList class that is empty and has the specified initial capacity.
Inicializa una nueva instancia de la clase ArrayList que está vacía y tiene la capacidad inicial especificada.
Initializes a new instance of the ArrayList class that contains elements copied from the specified collection and that has the same initial capacity as the number of elements copied.
Inicializa una nueva instancia de la clase ArrayList que contiene elementos copiados de la colección especificada y que tiene la misma capacidad inicial que el número de elementos copiados.
The advantage of ArrayList over a simple array is that it's expansible, meaning that it grows as you add elements (while the size of an array is fixed since its creation).
La ventaja de ArrayList por sobre un array común es que es expansible, es decir que crece a medida que se le añaden elementos (mientras que el tamaño de un array es fijo desde su creación).
Gets the number of elements actually contained in the ArrayList.
I want to use this arraylist later as a blockinglist.
Quiero utilizar esto *arraylist más tarde como *blockinglist.
Gets the number of elements actually contained in the ArrayList.
Sets the capacity to the actual number of elements in the ArrayList.
Establece la capacidad en el número real de elementos que hay en ArrayList.
Returns an enumerator for the entire ArrayList.
Devuelve un enumerador para la ArrayList completa.
An ArrayList including each week day on which this alarm should be repeated.
ArrayList que incluye cada día de la semana en el que debe repetirse esta alarma.
Gets or sets the number of elements that the ArrayList can contain. Count
Obtiene o establece el número de elementos que el ArrayList puede contener. Contar
It uses an ArrayList object, but the general principles apply to any type of collection.
Utiliza un objeto ArrayList, pero los principios generales se aplican a cualquier tipo de colección.
Removes all elements from the ArrayList.
Quita todos los elementos de ArrayList.