📜  Guava-收藏实用程序

📅  最后修改于: 2020-11-16 06:53:26             🧑  作者: Mango


Guava基于开发人员在应用程序开发工作中的经验,引入了许多高级集合。以下是有用的集合的列表-

Sr.No Collection name & Description
1 Multiset

An extension to Set interface to allow duplicate elements.

2 Multimap

An extension to Map interface so that its keys can be mapped to multiple values at a time.

3 BiMap

An extension to Map interface to support inverse operations.

4 Table

Table represents a special map where two keys can be specified in combined fashion to refer to a single value.