- Guava Tutorial
- Guava - Home
- Guava - Overview
- Guava - Environment Setup
- Guava - Optional Class
- Guava - Preconditions Class
- Guava - Ordering Class
- Guava - Objects Class
- Guava - Range Class
- Guava - Throwables Class
- Guava - Collections Utilities
- Guava - Caching Utilities
- Guava - String Utilities
- Guava - Primitive Utilities
- Guava - Math Utilities
- Guava Useful Resources
- Guava - Quick Guide
- Guava - Useful Resources
- Guava - Discussion
番石榴教程
Guava 是由 Google 开发的一个基于 Java 的开源库。它促进最佳编码实践并有助于减少编码错误。它提供了用于集合、缓存、原语支持、并发、通用注释、字符串处理、I/O 和验证的实用方法。本教程采用简单直观的方式来描述 Guava 的基础到高级概念以及如何使用其 API。
观众
本教程对大多数 Java 开发人员(从初学者到专家)都很有用。完成本教程后,我们相信您会发现在程序中使用 Guava 很容易。
先决条件
充分利用本教程的唯一要求是事先接触过 Java 编程。