Google Guava
Google Guava是一个由Google开发的Java开源函数库。
原作者 | Kevin Bourrillion and Jared Levy (Google Collections Library) [1] |
---|---|
开发者 | |
首次发布 | 2009年9月15日[2] |
当前版本 |
|
源代码库 | |
编程语言 | Java |
操作系统 | Cross-platform |
类型 | Utility and Collection Libraries |
许可协议 | Apache License 2.0 |
网站 | github |
概述
Google Guava大致上可分为三个部分:让用户能减少时间来实做一些常见的功能、扩展 Java集合框架(简称JCF,前身为Google Collections Library),提供更具有生产力的函数,如函数式编程、图论、缓存、range 对象、和散列函数[4]。
集合对象的架构在一定程度上受到了泛型的启发。虽然泛型提升了工程师的生产力,但JCF仍尚未提供足够的功能,且Apache Commons的集合对象也还没使用泛型以保证向下兼容,因此Kevin Bourrillion与Jared Levy这两位工程师开发了JCF扩展,额外提供了多重集、多重关连数组、多重集 、 多重关连数组 、 新位图和不可变集合。
这个函数库的设计与代码由JCF的最初设计师约书亚·布洛克和Java平行程序的最初设计师 Doug Lea 提出建议和审查。.
截至2012年4月,Guava在最受欢迎的Java函数库中排名第 2,仅次于Apache Commons 和其他几个项目[5]。2013 年,针对 10,000 个 GitHub 项目研究后发现,Google 开发的函数库(例如Google网页工具包和 Guava)占了 Java 最受欢迎的 100 个函数库中的 7 个,而 Guava 是第 8 个最受欢迎的 Java 函数库[6]。截至 2018 年 3 月,Guava 在 GitHub 上是第 6 大标星的 Java 项目[7]。
相关条目
- Apache Commons ,另一个常见的 Java 函数库。
- Google Guice ,由Google开发用于依赖注入的 Java 框架。
参考文献
- ^ Wielenga, Geertjan. What is the Google Collections Library?. Javalobby. 2007-10-23 [2013-02-03]. (原始内容存档于2015-11-19).
- ^ Release History . Google Guava. GitHub. [2023-02-05]. (原始内容存档于2023-02-05).
- ^ Release 33.3.1. 2024年9月23日 [2024年10月21日].
- ^ Home · google/Guava Wiki. GitHub. [2023-02-05]. (原始内容存档于2023-02-05).
- ^ O'Brien, Tim. Google Guava Shows Strong Growth in April. Sonatype. 2012-05-14 [2013-02-03]. (原始内容存档于2013-02-15).
- ^ Weiss, Tal. We Analyzed 30,000 GitHub Projects – Here Are The Top 100 Libraries in Java, JS and Ruby. 2013-11-20 [2014-02-04]. (原始内容存档于2014-07-09).
- ^ Build software better, together. GitHub. [2018-11-22]. (原始内容存档于2022-12-06) (英语).