English 中文(简体)
Guava - Collections Utilities
  • 时间:2024-09-17

Guava - Collections Utipties


Previous Page Next Page  

Guava introduces many advanced collections based on developers experience in apppcation development works. Given below is a pst of useful collections −

Sr.No Collection name & Description
1 Multiset

An extension to Set interface to allow duppcate 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.

Advertisements