What is the translation of " THE ARRAYLIST " in Vietnamese?

Examples of using The arraylist in English and their translations into Vietnamese

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
For example, the ArrayList.
Ví dụ về ArrayList.
The ArrayList is not synchronized.
ArrayList là không synchronized.
Removes all elements from the ArrayList.
Loại bỏ tất cả các phần tử của ArrayList.
The ArrayList you do not(in general).
ArrayList bạn không( nói chung).
Removes a range of elements from the ArrayList.
Gỡ bỏ một loạt các phần tử từ ArrayList.
The ArrayList is not synchronized, not thread safe.
HashMap không synchronize và không thread safe.
Clear(): Removes all elements from the ArrayList.
Clear() xóa tất cả các phần tử của ArrayList.
The ArrayList and Collection classes are very similar.
Các class Arrays và Collections cũng tương tự.
Clear(): Removes all elements from the ArrayList.
Clear() Xóa tất cả các thành phần từ ArrayList.
The ArrayList class extends AbstractList and implements the List interface.
ArrayList là lớp extends từ AbstractList và implement từ List interface.
Use clear() to remove all elements from the arraylist.
Clear() Xóa tất cả các thành phần từ ArrayList.
If the object isn't in the ArrayList, nothing happens.
Nếu Item chưa tồn tại trong ArrayList thì không xảy ra lỗi.
Adds a specific element at the end of the ArrayList.
Thêm một đối tượng vào cuối ArrayList.
The ArrayList is one of the most often used classes in the Java Collections Framework.
ArrayList là một trong những Collection được sử dụng nhiều nhất trong java.
Adds an object to the end of the ArrayList.
Thêm một đối tượng vào cuối ArrayList.
Actually, probably the"best" way to initialize the ArrayList is the method you wrote, as it does not need to create a new List in any way.
Trên thực tế,có lẽ cách" tốt nhất" để khởi tạo ArrayList là phương pháp bạn đã viết, vì nó không cần tạo một phương thức mới List theo bất kỳ cách nào.
To add a new element to the end of the ArrayList.
Thêm một Item vào vị trí cuối cùng( end) của ArrayList.
Note: The sizes shown for the ArrayList lines are for trimmed lists- In practice, the capacity of the backing array in an ArrayList is generally larger than its current element count.
Chú thích: Kích thước hiển thị cho ArrayList dòng dành cho danh sách tỉa- Trong thực tế, khả năng của mảng sao lưu trong một ArrayList thường lớn hơn số phần tử hiện tại của nó.
Adds a specific element at the end of the ArrayList.
Thêm các phần tử của một mảng con vào cuối ArrayList.
I have done a better version of your benchmark here, with results-the append-on-end performance for the arraylist is artificially low for yours, because addAll is giving a storage array of EXACTLY initial size, so the first insert always triggers an arraycopy.
Tôi đã thực hiện phiên bản điểm chuẩn tốt hơn ở đây, với kết quả-hiệu suất nối thêm cho danh sách mảng là giả tạo thấp cho bạn, bởi vì addAll đang đưa ra một mảng lưu trữ có kích thước ban đầu CHÍNH XÁC, do đó, chèn đầu tiên luôn kích hoạt mảng mảng..
I would like to convert this array into an object of the ArrayList class.
Tôi muốn chuyển đổi mảng này thành một đối tượng của lớp ArrayList.
Gets or sets the number of elements that the ArrayList can contain.
Capacity Lấy hoặc thiết lập số phần tử mà ArrayList có thể chứa.
Use remove(object) to remove the first occurrence of object from the ArrayList.
Remove: gỡ bỏ sự xuất hiện đầu tiên của một specific object ra khỏi ArrayList.
Returns a Boolean indicating whether or not the ArrayList has a fixed size.
IsFixedSize Lấy một giá trị chỉ rằng có hay không ArrayList là có một kích cỡ cố định.
Sets the capacity to the actual number of elements in the ArrayList.
Thiết lập khả năng thực tế của số lượng các phần tử trong ArrayList.
Returns a Boolean indicating whether or not the ArrayList has a fixed size.
IsFixedSize: trả về mộttrị bool cho biết liệu ArrayList mang kích thước cố định hay không.
Copies the elements of a collection over a range of elements in the ArrayList.
Coppies các phần tử của một bộ sưu tập trên một loạt các phần tử trong ArrayList.
Inserts the elements of a collection into the ArrayList at the specified index.
Chèn các phần tử của một bộ sưu tập vào ArrayList tại vị trí xác định.
Capacity: Stores the number of elements the ArrayList can hold.
Capacity Lấy hoặc thiết lập số phần tử mà ArrayList có thể chứa.
To avoid the high cost of resizing when you know you're going to add a lot of elements,construct the ArrayList with a higher initial capacity.
Để tránh chi phí thay đổi kích thước cao khi bạn biết bạn sẽ thêm nhiều yếu tố,hãy xây dựng ArrayList với công suất ban đầu cao hơn.
Results: 155, Time: 0.0288

Word-for-word translation

Top dictionary queries

English - Vietnamese