HASHTABLE in Vietnamese translation

hashtable
hashset
hash table
hashset
hashtable
hashmap
hashtable
một
one
some
another
is
single
once
certain
new
little

Examples of using Hashtable in English and their translations into Vietnamese

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
An important feature of this algorithm is that when we resize the HashTable it grows geometrically; that is, we multiply the size by a constant.
Một đặc điểm quan trọng của thuật toán này là khi ta co giãn HashTable nó tăng theo cấp số nhân; tức là ta nhân kích cỡ với một hằng số.
However, Java 2 re-engineered Hashtable so that it also implements the Map interface and making it a member of the Java Collections Framework.
Tuy nhiên, Java 2 đã thiết kế lại Hashtable để nó cũng triển khai Map Interface.
However, Java 2 re-engineered Hashtable so that it also implements the Map interface.
Tuy nhiên, Java 2 đã thiết kế lại Hashtable để nó cũng triển khai Map Interface.
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 allows null values as key and value whereas Hashtable doesn't allow nulls).
( HashMap cho phép các giá trị null là khóa và giá trị trong khi Hashtable không cho phép null).
A typical pattern is to introduce a caching layer which will require hashtable semantics anyway.
Một mô hình điển hình là giới thiệu một lớp đệm này sẽ đòi hỏi ngữ nghĩa Hashtable anyway.
The next step is to define the class ShapeCache, which stores the shape objects in an Hashtable and returns their clones when requested.
Tiếp theo là định nghĩa một class có tên ShapeCache để lưu trữ Shape object trong Hashtable và trả về clone của chúng khi có yêu cầu.
Java Apart from the methods defined by Hashtable, Properties define the following methods.
Ngoài những phương thức được định nghĩa bởi Hashtable, lớp Properties trong Java định nghĩa các phương thức sau.
When using a Hashtable, you specify an object that is used as a key,
Khi sử dụng một Hashtable, bạn xác định một đối tượng
Apart from the methods defined by Hashtable, Properties define the following methods.
Ngoài những phương thức được định nghĩa bởi Hashtable, lớp Properties trong Java định nghĩa các phương thức sau.
The third version creates a hashtable that has an initial size specified by size and a fill ratio specified by fillRatio.
Phiên bản thứ ba tạo một Hashtable mà có kích cỡ khởi tạo được xác định bởi size và một fill ratio được xác định bởi fillRatio.
The Hashtable increases in size whenever adding a new element would move the Hashtable past its threshold.
Điều này sẽ làm cho hashtable tăng kích thước lên, bất cứ lúc nào việc thêm vào một phần tử mới sẽ làm thay đổi giới hạn của hashtable cũ.
As the data set grows larger, however, the hashtable will eventually beat the array.
Tuy nhiên, khi tập dữ liệu phát triển lớn hơn, thì hashtable cuối cùng sẽ đánh bại mảng.
if you access items using a key, it is a Hashtable.
dụng chỉ mục thì nó là một ArrayList, còn nếu access bằng key thì nó là một Hashtable.
it is a Hashtable.
nó là một Hashtable.
To see how this works, think about starting with an empty HashTable and adding a sequence of items.
Để xem cách này hoạt động thế nào, hãy nghĩ về việc bắt đầu với một HashTable rỗng và thêm một dãy các phần tử.
How to check the presence of a specific key/value in a hashtable with PowerShell?
Làm thế nào để kiểm tra sự hiện diện của một chìa khóa/ giá trị cụ thể trong một Hashtable với Powershell?
Apart from the methods defined by Map interface, Hashtable defines the following methods.
Ngoài những phương thức được định nghĩa bởi Map Interface, lớp Hashtable trong định nghĩa các phương thức sau.
Any thread before performing an update on a hashtable will have to acquire a lock on the object while others will wait for lock to be released.
Nó có nghĩa là bất kỳ chủ đề nào trước khi thực hiện cập nhật trên một hashtable sẽ phải có được một khóa trên đối tượng trong khi những người khác sẽ chờ đợi cho khóa được phát hành.
called a hashtable that is even faster- it can do a search in constant time- and it doesn't require the items to be sorted.
gọi là hashtable thậm chí còn nhanh hơn- nó có thể tìm kiếm trong một thời gian hằng số- và nó không cần các giá trị phải được sắp xếp.
Results: 93, Time: 0.0433

Top dictionary queries

English - Vietnamese