What is the translation of " HASHMAP " in Vietnamese?

Examples of using Hashmap in English and their translations into Vietnamese

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
HashMap class in Java.
Lớp HashMap trong Java.
Difference between HashMap and HashTable?
Sự khác biệt giữa HashMap và Hashtable?
HashMap can be synchronized by.
HashMap có thể được đồng bộ hóa bởi.
What the difference between hashtable and hashmap?
Sự khác biệt giữa Hashset và HashMap?
HashMap is non synchronized and not thread safe.
HashMap không synchronize và không thread safe.
What the difference between hashtable and hashmap?
Sự khác biệt giữa HashSet và HashMap là gì?
It is the same as HashMap, but it is synchronized.
Nó tương tự như HashMap, nhưng nó được đồng bộ.
What is the significance of load factor in HashMap?
Tầm quan trọng của yếu tố tải trong HashMap là gì?
HashMap lets you have null values as well as one null key.
HashMap cho phép một key là null và nhiều giá trị null.
Capacity is measured by the number of buckets in a HashMap.
Capacity là con số nói về số lượng bucket trong HashMap.
How to directly initialize a HashMap(in a literal way)?
Làm cách nào để trực tiếp khởi tạo HashMap( theo nghĩa đen)?
HashMap is a hash-based implementation of Map interface in Java.
HashMap là một implement của Map interface trong Java.
How to create a HashMap with two keys(Key-Pair, Value)?
Làm cách nào để tạo HashMap bằng hai khóa( Cặp khóa, Giá trị)?
That's all on difference between HashSet and HashMap in Java.
Đó là tất cả về sự khác biệt giữa mảng và ArrayList trong Java.
HashMap allows at most one null key and countless null values.
HashMap cho phép một null chìa khóa và số lượng bất kỳ null giá trị.
In this tutorial, we will cover the differences between HashMap and HashTable.
Xem chi tiết tại đây sự khác nhau giữa HashMap và Hashtable.
Or you can pack it into a hashmap, or construct it into an object.
Bạn có thể gói chúng vào một hashmap, hoặc xây dựng nó thành một đối tượng.
HashMap and ArrayList are two most used data structures in java.
HashMap và ArrayList là hai cấu trúc dữ liệu được sử dụng nhiều nhất trong java.
One way of solving this problem is using a Hashtable or HashMap data structure.
Một cách để giải quyết vấn đề này là dùng một trong hai cấu trúc dữ liệu Hashtable hoặc Hashmap.
Hashmap does not guarantee that the order of the map will remain constant over time.
HashMap không đảm bảo rằng thứ tự của bản đồ sẽ vẫn không đổi theo thời gian.
The implementation classes of map interface are Hashmap, linkedhashmap, treemap and hashtable.
Các lớp cài đặt( implements) Map interface là HashMap, LinkedHashMap and TreeMap.
HashMap does not guarantee that the order of the objects will remain the same over the time.
HashMap không đảm bảo rằng thứ tự của bản đồ sẽ vẫn không đổi theo thời gian.
HashCode() is used when adding objects to HashTable, HashMap, and HashSet collections.
Phương thức hashCode()được sử dụng khi chúng ta insert object vào HashTable, HashMap hoặc HashSet.
ArrayList and HashMap are a few of the most frequently used data structures in Java development.
HashMap và ArrayList là hai cấu trúc dữ liệu được sử dụng nhiều nhất trong java.
The hashCode()method of objects is used when you insert them into a HashTable, HashMap or HashSet.
Phương thức hashCode()được sử dụng khi chúng ta insert object vào HashTable, HashMap hoặc HashSet.
HashMap class is similar to Hashtable, except that it is unsynchronized and permits nulls.
Lớp HashMap tương đương với Hashtable, ngoại trừ nó không được đồng bộ và cho phép null.
This makes it a great candidate for key in a Map andit's processing is fast than other HashMap key objects.
Điều này làm cho nó trở thành một ứng cử viên tuyệt vời để làm key trong map,và quá trình xử lý của nó cũng nhanh hơn các HashMap key object khác.
HashMap(): Build a HashMap with an initial capacity of 16 and a load factor of 0.75.
HashMap(): Là hàm khởi tạo mặc định của HashMap với dung lượng ban đầu 16 và hệ số tải 0,75.
This makes strings a great candidate for a key in a Map andthey are processed faster than other HashMap key objects.
Điều này làm cho nó trở thành một ứng cử viên tuyệt vời để làm key trong map,và quá trình xử lý của nó cũng nhanh hơn các HashMap key object khác.
HashMap class is roughly equivalent to Hashtable, except that it is unsynchronized and permits null.
Lớp HashMap tương đương với Hashtable, ngoại trừ nó không được đồng bộ và cho phép null.
Results: 67, Time: 0.0342

Top dictionary queries

English - Vietnamese