Examples with "of ArrayList" 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.
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).
Andere resultaten
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.
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
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.
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
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.
Searches for the specified Object and returns the zero-based index of the last occurrence within the range of elements in the ArrayList that extends from the first element to the specified index.
Busca el objeto Object especificado y devuelve el índice de base cero de la última aparición dentro del intervalo de elementos de la matriz ArrayList que abarca desde el primer elemento hasta el último índice especificado.
To solve these problems, programming languages have provided certain structures that allow them to be dynamically modified, such as: Slices, Maps in the case of Golang or ArrayList and Vector in the case of Java, among others.
Para solventar estos problemas los lenguajes de programación han provisto de ciertas estructuras que permiten modificar su tamaño de forma dinámica como por ejemplo: reducir su tamaño dinámicamente.
IndexOf(Object, Int32) Searches for the specified Object and returns the zero-based index of the first occurrence within the range of elements in the ArrayList that extends from the specified index to the last element.
Busca el objeto Object especificado y devuelve el índice de base cero de la primera aparición en toda la colección Busca el objeto Object especificado y devuelve el índice de base cero de la última aparición en la ArrayList completa.
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.
Returns an enumerator for the entire ArrayList.
Devuelve un enumerador para la ArrayList completa.