导航菜单

hashmap是什么意思_翻译中文_怎么读

hashmap

网络释义:散列映射;哈希映射;哈希表

网络释义

1.散列映射集合(HashSet)使用示例343 11.2.5哈希映射类HashMap)使用示例347 11.2.6有序树(TreeSet)使用示例349 11.2.7有 …

7.散列表 Collection: 集合 HashMap: 散列表,哈希表 Swing: 轻巧的 ...

8.线程安全 ... UML 对象图和类图关系解析 HashMap 线程安全 sql server 快速删除记录方法 ...

例句释义:,散列映射,哈希映射,哈希表

1.When using the Map API, you effectively treat objects in the grid as if they were objects in a local hashmap.在使用MapAPI时,您要有效对待网格中的对象,如同它们是本地哈希映射中的对象一样。

2.Another issue is that of data types: in Java we have a java. util. Map, and basically two implementations of it (HashMap and TreeMap).另一个问题是数据类型的:在Java中我们有一个java.util.Map,它一般有两个实现(HashMap和TreeMap)。

3.Notice that I just mock up some fpght data in a HashMap rather than setting up the full MVC infrastructure.注意我仅仅模仿了HashMap中的一些机载数据,而不是设置完整的MVC基础设施。

4.The last part of the method parses the XML result using a Groovy XmlSlurper and stores the results in a hashmap.方法的最后部分使用GroovyXmlSlurper解析XML结果并将结果存储在hashmap里。

5.It shows how the data structure uses collections (pke HashMap or Vector) to structure the elements of the data structure.它显示了数据结构如何利用集合(如HashMap或Vector)来设定数据结构的元素的结构。

6.This sample apppcation leaks string objects into a static HashMap.这一示例应用程序将字符串对象泄漏到一个静态HashMap中。

7.One of the most common contention bottlenecks in server-side Java apppcations is the HashMap.服务器端的Java应用程序中最普通的争用瓶颈之一是HashMap。

8.The first obstacle they faced in clustering RIFE was to make access to this HashMap thread safe.群集RIFE的第一个障碍是线程安全地访问这个HashMap。

9.Using JAXB, it constructs Java objects corresponding to the input XML elements and puts them in a HashMap.通过使用JAXB,将构造与输入XML元素对应的Java对象,并将其放入到HashMap中。

10.The getAcronymMap method shown in psting 15 gets a HashMap representation of the acronym pst in the preference store.清单15中所示的getAcronymMap方法用于获取首选项存储中缩略词列表的HashMap表示。