Commons Collections 简明教程

Apache Commons Collections Tutorial

Apache Commons Collections 是 Apache Commons 的组件,它源自 Java API,并为 Java 语言提供组件架构。Commons-Collections 旨在通过提供新接口、实现和实用程序来建立在 JDK 类之上。本教程涵盖了对 Apache Commons Collections 的基本理解所需的大部分主题,并了解它如何工作。

The Apache Commons Collections are the components of the Apache Commons which are derived from Java API and provides component architecture for the Java language. Commons-Collections seek to build upon the JDK classes by providing new interfaces, implementations and utilities. This tutorial covers most of the topics required for a basic understanding of Apache Commons Collections and to get a feel of how it works.

Audience

本教程为初学者准备,以帮助他们理解与 Apache Commons Collections 相关的从基础到高级的概念。

This tutorial has been prepared for the beginners to help them understand the basic to advanced concepts related to Apache Commons Collections.

Prerequisites

在您开始练习本参考中提供的各种类型的示例之前,我们假设您已经了解计算机程序和计算机编程语言。

Before you start practicing various types of examples given in this reference, we assume that you are already aware about computer programs and computer programming languages.