HASHMAP in Chinese translation

Examples of using Hashmap in English and their translations into Chinese

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
Higher values decrease the space overhead but increase the lookup cost(reflected in most of the operations of the HashMap class, including get and put).
负载因子数值越大,空间开销越低,但是会提高查找成本(体现在大多数的HashMap类的操作,包括get和put)。
We have already used generics in Chapter 6 with Option<T>, Chapter 8 with Vec<T> and HashMap<K, V>, and Chapter 9 with Result<T, E>
我们已经使用过第六章的Option<T>,第八章的Vec<T>和HashMap<K,V>,以及第九章的Result<T,E>这些泛型了。
HashMap is not thread-safe.
Hashmap不是线程安全的.
HashMap" class in every module.
HashMap"类出现在所有模块中。
HashMap contains the following constructors.
HashMap包含如下几个构造器:.
How does HashMap work in Java?
Java中的HashMap的工作原理是什么??
The following code is in the HashMap constructor.
HashMap构造器中有如下代码:.
Store data in application dynamically using Array and HashMap.
使用Array和HashMap动态地存储应用程序中的数据。
A HashMap is an implementation of the Map interface.
HashMap是Map接口的实现。
HashMap is a Hash table based implementation of the Map interface.
HashMap是对Map接口的一种基于哈希表的实现。
Your HashMap should support just 2 methods, get, set.
你的HashMap类只需要支持2个方法,get和set.
Since Python 2.7, you can even generate a dictionary(hashmap).
从Python2.7开始,你甚至可以产生一个词典(hashmap)。
This is why Rust programmers often observe slow performance with HashMap.
这就是为什么Rust程序员经常观察到HashMap表现不佳的原因。
One of the major differences between HashMap and Hashtable is that HashMap is non-synchronized whereas Hashtable is synchronized.
Hashtable和HashMap的一个关键性的不同是,HashTable是同步的,而HashMap不是。
Initialcapacity: hashmap, which is the length of the underlying array.
InitialCapacity:HashMap的最大容量,即为底层数组的长度。
A HashMap is a simple yet powerful way to store and get data.
HashMap是一个简单但是强大的方式用于存储和获取数据。
The Collection Framework provides two general-purpose Map implementation: HashMap and TreeMap.
集合框架提供两种常规Map实现:HashMap和TreeMap。
First step: Scan String and store count of each character in HashMap.
第一步:扫描字符串并将每个字符的计数存储在hashmap中。
There is one more difference between HashMap and Hashtable that is Hashtable is synchronized while HashMap is not.
Hashtable和HashMap的一个关键性的不同是,HashTable是同步的,而HashMap不是。
The collect method gathers data into a number of collection types, including HashMap.
Collect方法可以将数据收集进一系列的集合类型,包括HashMap
Results: 116, Time: 0.025

Hashmap in different Languages

Top dictionary queries

English - Chinese