Translation of "ArrayList" in German
We couldn’t find this entry. Showing approximate results. Check your spelling or suggest adding this term to the dictionary.
Defines a new ArrayList type variable and add some values to it.
We first create an ArrayList instance, which we use to store the six numbers in.
The target of a rule set must always be a data element of type ArrayList.
Das Ziel eines Regelsatzes muss immer ein Datenelement vom Typ ArrayList sein.
Vector is a class whose functions is similar to ArrayList.
Das ist ein Class, der wie ArrayList ähnlich ist.
A series of switches, in addition ArrayList can be exported to an encrypted file
Eine Reihe von Schaltern, zusätzlich ArrayList kann auf eine verschlüsselte Datei exportiert werden
This automatically generates an object instance in the source object with data element-specific content and three instances per ArrayList item.
Dies generiert automatisch eine Objektinstanz im Quellobjekt mit Datenelementspezifischen Inhalten und jeweils drei Instanzen je ArrayList Item.
An ArrayList stores an unlimited number of objects.
An ArrayList enumerator enumerating the parameters in the collection.
A quick screening of the code shows: the collection is always created as ArrayList.
But what if the delivered list is e.g. an ArrayList - how can we be sure?
Wenn es sich aber bei der übergebenen Liste z.B. um eine ArrayList handelt - können wir uns überhaupt sicher sein?
convert an ArrayList to an array.
System.out.println("ArrayList elements after sorting in ascending order: ")
System.out.println("Die Lottozahlen könnten wie folgt aussehen: ")
The graph sometimes decreases, because garbage collection frees some temporary objects used to increase the ArrayList size.
Der blaue Graph geht ab und zu zurück, da temporäre Objekte, welche bei der Vergrößerung der ArrayList erzeugt werden, durch den Garbage Collector wieder freigegeben werden können.