Commons

Home

About Us

Download

Information

Components Repository

Sandbox Components

Jakarta Community

Project Docs

The Collections Component

JDK 1.2에서 Sun에 의한 Collections API 에 대한 소개는 빠르고 효율적인 자바 프로그래밍의 뼈대가 되어 왔다. 파워플한 데이타 구조들에 대한 접근이 준비되어 있기에 각 코어 객체들에 대한 커스텀 콘데이너를 만들 필요를 감소시킴으로서 개발를 ?진시켜 왔다. 대부분의 Java2 API들은 Collections API 때문에 확실이 더 쉽다.

그러나, Sun의 구현에는 채워지지 않은 어떤 구멍이 있다. 그리고 Jakarta-Commons Collections Component 는 이를 보완하기 위하여 노력하고 있다. 이 패키지의 내용은 다음과 같다:

  • 빠른 액세스를 위한 Lists and Maps의 특별한 구현.
  • Java1 스타일 콘테이너로부터 (arrays, enumerations) Java2 스타일 콜렉션으로 Adapter 클래스.
  • union, intersection, and closure과 같은 전형적인 콜렉선의 set-이론 속성를 테스하고 만드는 메소드들.


Documentation

이 패키지의 모든 리스트는 collections status document 에서 찾을 수 있다.

이에 대한 JavaDoc API documents 가 온라인 상에서 유용하다.


Releases



Copyright © 1999-2002, Apache Software Foundation