OpenCAS开源推荐
  • Introduction
  • 1. GitBook
  • 2. Guava
  • 3. Easy Machine Learning
  • 4. Deeplearning-biology
  • 5. React
  • 6. chatbot
  • 7. Riot
  • 8. WaveFunctionCollapse
  • 9. Frappé charts
  • 10. Apache Spark
  • 11. vscode
  • 12. chalktalk
  • 13. Scrapy
  • 14. Papers We Love
  • 15. Git Flight Rules
  • 16. DrangonBones
  • 17. Sqlmap
  • 18. Tensorflow
  • 19. RapidMiner
  • 20. The Sleuth Kit
  • 21. Flask
  • 22. Hashtopussy
  • 23. PyTorch
  • 24. KNIME
  • 25. Pytudes
  • 26. geekcomputers
  • 27. IPFS
Powered by GitBook
On this page
  • 标签:
  • 简介:
  • 项目地址:
  • 项目文档:
  • 参考链接:

2. Guava

标签:

java lib google

简介:

Guava 是 Google 工程师们开发、维护并使用的 Java 核心库,它提供了优雅、高效、标准的 Java 通用模块实现。

Guava 可用于日常开发使用,也是阅读源码的好素材。

Guava 的实现包括了如下模块:

  • 新的集合类型(new collection types)

  • 图库(graph library)

  • 函数式类型(functional types)

  • 内存缓存(in-memory cache)

  • 并发 API(APIs/utilities for concurrency)

  • I/O

  • 哈希(hashing)

  • 反射辅助(reflection)

  • 字符串处理(string processing)

  • 数学库(Math)

  • 等等

更详细的使用说明请参见项目主页

项目地址:

项目文档:

参考链接:

  • 作者:李庚旺

Previous1. GitBookNext3. Easy Machine Learning

Last updated 7 years ago

https://github.com/google/guava
https://github.com/google/guava/wiki
http://ifeve.com/google-guava/