Examples of using Arraylist in English and their translations into Korean
{-}
-
Colloquial
-
Ecclesiastic
-
Ecclesiastic
-
Programming
-
Computer
Removes all elements from the ArrayList.
ArrayList object, that contains the items to display in the control.
List is the generic variant of ArrayList.
Please note that ArrayList and ArrayList<T> are different.
List is the generic variant of ArrayList.
The ArrayList is not guaranteed to be sorted.
Your method should return an ArrayList of int arrays.
The ArrayList is not guaranteed to be sorted.
Creating and initialising an ArrayList.
EXTRA_DAYS An ArrayList including each week day on which this alarm should be repeated.
What is the difference between ArrayList and LinkedList?
Removes the first occurrence of a specific object from the ArrayList.
To enable Smart sharing, add an ArrayList of up to three string annotations to the intent that shares the content.
Removes an element from the ArrayList.
The capacity of a ArrayList is the number of elements the ArrayList can hold.
Removes a range of elements from the ArrayList.
The capacity of a ArrayList is the number of elements the ArrayList can hold.
Gets the number of elements actually contained in the ArrayList.
For more information, see How to: Query an ArrayList with LINQ(C) and from clause.
It returns the number of elements that are in the ArrayList.
Returns an ArrayList which represents a subset of the elements in the source ArrayList.
The query results are stored in the Bundle within a String ArrayList mapped to the DETAILS_LIST key.
PSCS-1884: to support JavscriptSerializer auto conversion we added support Decimal(as double) and ArrayList.
Inserts the elements of a collection into the ArrayList at the specified index.
Types such as ArrayList that support the non-generic IEnumerable interface can also be used as a LINQ data source.
When the provider starts again, it continues with the next operation in the ArrayList and starts a new transaction.
Sets the capacity to the actual number of elements in the ArrayList.
Generic namespace should be used instead of classes such as ArrayList in the System. Collections namespace.[sociallocker].
Adds the elements of an ICollection to the end of the ArrayList.
Following this guideline will help ensure that class library code using Equals(such as ArrayList and Hashtable) works in a manner that is consistent with the way the equality operator is used by application code.