What is the translation of " ARRAYLIST " in Korean?

arraylist
the arraylist
arraylist
an arraylist

Examples of using Arraylist in English and their translations into Korean

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Ecclesiastic category close
  • Programming category close
  • Computer category close
Removes all elements from the ArrayList.
ArrayList에서 요소를 모두 제거합니다.
ArrayList object, that contains the items to display in the control.
ArrayList 컨트롤에 표시할 항목을 포함 하는 개체입니다.
List is the generic variant of ArrayList.
List은 ArrayList의 제네릭 버전입니다.
Please note that ArrayList and ArrayList<T> are different.
그래서 ArrayListArrayList<T> 는 같은 클래스다.
List is the generic variant of ArrayList.
List는 ArrayList의 Generic 버전이다.
The ArrayList is not guaranteed to be sorted.
ArrayList 정렬 되도록 보장 되지 않습니다. The ArrayList is not guaranteed to be sorted.
Your method should return an ArrayList of int arrays.
메서드는 int 배열의 ArrayList를 반환해야합니다.
The ArrayList is not guaranteed to be sorted.
ArrayList은 정렬 되지 않을 수도 있습니다. The ArrayList is not guaranteed to be sorted.
Creating and initialising an ArrayList.
배열의 생성과 초기화 Creating and Initializing an Array.
EXTRA_DAYS An ArrayList including each week day on which this alarm should be repeated.
EXTRA_DAYS 이 알람이 반복되어야 하는 각 요일이 포함되어 있는 ArrayList.
What is the difference between ArrayList and LinkedList?
ArrayList와 LinkedList 사이의 공통점은 무엇일까요?
Removes the first occurrence of a specific object from the ArrayList.
ArrayList에서 맨 처음 발견되는 특정 개체를 제거합니다. 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.
스마트 공유를 사용하려면 콘텐츠를 공유하는 인텐트에 최대 3개의 문자열 주석으로 구성된 ArrayList 를 추가합니다.
Removes an element from the ArrayList.
ArrayList에서 요소를 모두 제거합니다. Removes all elements from the ArrayList.
The capacity of a ArrayList is the number of elements the ArrayList can hold.
Capacity은 ArrayList에서 저장할 수 있는 요소 수입니다. Capacity is the number of elements that the ArrayList can store.
Removes a range of elements from the ArrayList.
ArrayList에서 요소의 범위를 제거합니다. Removes a range of elements from the ArrayList.
The capacity of a ArrayList is the number of elements the ArrayList can hold.
ArrayList 용량은 ArrayList에서 보유할 수 있는 요소의 수입니다. The capacity of an ArrayList is the number of elements the ArrayList can hold.
Gets the number of elements actually contained in the ArrayList.
The number of elements actually contained in the ArrayList.
For more information, see How to: Query an ArrayList with LINQ(C) and from clause.
자세한 내용은 방법: LINQ를 사용하여 ArrayList 쿼리(C )를 참조하세요. For more information, see How to: Query an ArrayList with LINQ (C ).
It returns the number of elements that are in the ArrayList.
ArrayList에 실제로 포함된 요소의 수를 가져옵니다. Gets the number of elements actually contained in the ArrayList.
Returns an ArrayList which represents a subset of the elements in the source ArrayList.
소스 ArrayList에서 요소의 하위 집합을 나타내는 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.
쿼리 결과는 DETAILS_LIST 키에 매핑된 문자열 ArrayList 내 Bundle 에 저장됩니다.
PSCS-1884: to support JavscriptSerializer auto conversion we added support Decimal(as double) and ArrayList.
PSCS-1884: JavscriptSerializer 자동 변환을 지원하기 위해 Decimal (double) 과 ArrayList 지원 추가.
Inserts the elements of a collection into the ArrayList at the specified index.
ArrayList의 지정된 인덱스에 요소를 삽입합니다. Inserts an element 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.
제네릭이 아닌 IEnumerable 인터페이스를 지원하는 ArrayList 같은 형식은 LINQLINQ 데이터 소스로도 사용됩니다. Types such as ArrayList that support the non-generic IEnumerable interface can also be used as a LINQLINQ data source.
When the provider starts again, it continues with the next operation in the ArrayList and starts a new transaction.
제공자가 다시 시작되면, 이는 ArrayList 에서 다음 작업을 계속 진행하고 새 트랜잭션을 시작합니다.
Sets the capacity to the actual number of elements in the ArrayList.
용량을 ArrayList의 실제 요소 수로 설정합니다. 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].
Collections 네임스페이스의 ArrayList처럼 클래스 대신 사용되어야 합니다. These should be used whenever possible instead of classes such as ArrayList in the System. Collections namespace.
Adds the elements of an ICollection to the end of the ArrayList.
ICollection의 요소를 ArrayList의 끝에 추가합니다. 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.
이렇게 하면 사용 하는 클래스 라이브러리 코드가 Equals (같은 ArrayList 고 Hashtable) 응용 프로그램 코드에서 같음 연산자를 사용 하는 방법은 일치 하는 방식으로 동작 합니다. This helps ensure that class library code that uses Equals (such as ArrayList and Hashtable) behaves in a manner that is consistent with the way the equality operator is used by application code.
Results: 35, Time: 0.0421

How to use "arraylist" in a sentence

When use Array, ArrayList and LinkedList?
The ArrayList with transient changed gameObjects.
Get the ArrayList with repeated elements.
ArrayList can grow and shrink dynamically.
ArrayList can hold multiple null elements.
You don't need any ArrayList here.
The ArrayList class supports three constructors.
But, what will the ArrayList comprise?
Java ArrayList class maintains insertion order.
ArrayList grow automatically using ensureCapacity() method.
Show more

Top dictionary queries

English - Korean