Guava – Collections Utilities

  • Post author:
  • Post category:Guava
  • Post comments:1 Comment
collections

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.

Next Topic:-Click Here

This Post Has One Comment

Leave a Reply