ARRAYLIST in English translation

arrays
mảng
một loạt
một mảng
nhiều
hàng loạt
một dãy
một chuỗi
ilist

Examples of using Arraylist in Vietnamese and their translations into English

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
Gỡ bỏ một loạt các phần tử từ ArrayList.
Removes a range of elements from the ArrayList.
Thêm một đối tượng vào cuối ArrayList.
Adds a specific element at the end of the ArrayList.
Capacity Lấy hoặc thiết lập số phần tử mà ArrayList có thể chứa.
Gets or sets the number of elements that the ArrayList can contain.
Clear() xóa tất cả các phần tử của ArrayList.
Clear(): Removes all elements from the ArrayList.
Ví dụ về ArrayList.
For example, the ArrayList.
Loại bỏ tất cả các phần tử của ArrayList.
Removes all elements from the ArrayList.
Tôi muốn chuyển đổi mảng này thành một đối tượng của lớp ArrayList.
I would like to convert this array into an object of the ArrayList class.
IsFixedSize Trả về một giá trị cho biết rằng ArrayList có phải là kích thước cố định.
Gets a value indicating whether the ArrayList has a fixed size.
Câu hỏi Khởi tạo một ArrayList trong một dòng.
Initialization of an ArrayList in one line.
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,
Actually, probably the"best" way to initialize the ArrayList is the method you wrote, as it does not need to
ArrayList là nhanh để truy cập một phần tử cụ thể
ArrayList is fast for accessing a specific element but can be slow
ArrayList chỉ là một lựa chọn tốt hơn cho hiệu suất
ArrayList is only a better choice for performance if all you mean by performance is throughput
nó là một ArrayList, và nếu bạn truy cập vào mục sử dụng một key, nó là một Hashtable.
it is an ArrayList, and if you access items using a key, it is a Hashtable.
Icza Nếu bạn nhìn vào nguồn gốc của Arrays và ArrayList nó chỉ ra rằng điều này không nhất thiết phải nhanh hơn phiên bản sử dụng Arrays. asList contains.
Icza If you look at the source of Arrays and ArrayList it turns out that this isn't necessarily faster than the version using Arrays. asList contains.
ngoài vị trí cuối, thì nên sử dụng ArrayList.
then ArrayList should be used.
hãy xây dựng ArrayList với công suất ban đầu cao hơn.
you're going to add a lot of elements, construct the ArrayList with a higher initial capacity.
Tôi phát hiện ra rằng thậm chí chèn vào vị trí 1/ 10 của kích thước LinkedList là chậm hơn chèn một phần tử vào vị trí 1/ 10th của một ArrayList.
I found out that even insertion into 1/10th position of the LinkedList size is slower than inserting an element into 1/10th position of an ArrayList.
danh sách được đặt vào một ArrayList.
list is intialized to an ArrayList.
Điểm khác biệt chính giữa Vector và ArrayList là sử dụng cơ chế đồng bộ( synchronization).
The main difference between the Vector class and the ArrayList class is the use of synchronization.
Khi một phần tử mới được thêm vào một ArrayList hay Vector, chúng cần phải mở rộng mảng chứa phần tử của mình nếu kích thước của nó đã đạt giới hạn.
When an element is inserted into an ArrayList or a Vector, the object will need to expand its internal array if it runs out of capacity.
Results: 216, Time: 0.0337

Top dictionary queries

Vietnamese - English