Saturday, February 23, 2019

Guava - Collections Utilities

Guava introduces many advanced collections based on developers' experience in application development works. Given below is a list of useful collections −
Sr.NoCollection name & Description
1Multiset
An extension to Set interface to allow duplicate elements.
2Multimap
An extension to Map interface so that its keys can be mapped to multiple values at a time.
3BiMap
An extension to Map interface to support inverse operations.
4Table
Table represents a special map where two keys can be specified in combined fashion to refer to a single value.

No comments:

Post a Comment

Popular Posts