Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Eclipse Collections is a collections framework for Java with optimized data structures and a rich, functional and fluent API.

NotificationsYou must be signed in to change notification settings

eclipse-collections/eclipse-collections

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Eclipse Collections is a comprehensive collections library for Java. The library enables productivity and performance by delivering an expressive and efficient set of APIs and types. The iteration protocol was inspired by the Smalltalk collection framework, and the collections are compatible with the Java Collection Framework types.

The current GA release of Eclipse Collections (11.1.0) is compatible with Java 8+. Eclipse Collections 12.x will be compatible with Java 11+. Eclipse Collections is a part of the OpenJDKQuality Outreach program, and it is validated for different versions of the OpenJDK.

Why Eclipse Collections?

Learn Eclipse Collections

Eclipse Collections and JDK Compatibility Matrix

ECJDK 5 - 7JDK 8JDK 9 - 10JDK 11 - 14JDK 15 - 17JDK 17 - 21
7.x.x
8.x.x
9.x.x
10.x.x
10.4.0
11.x.x
12.x.x
13.x.x

Please Note:

  1. Eclipse Collections 13.x requires minimum Java 17 and is compatible with Java 17+.
  2. Eclipse Collections 12.x requires minimum Java 11 and is compatible with Java 11+.

Acquiring Eclipse Collections

Maven

<dependency>    <groupId>org.eclipse.collections</groupId>    <artifactId>eclipse-collections-api</artifactId>    <version>13.0.0</version></dependency><dependency>    <groupId>org.eclipse.collections</groupId>    <artifactId>eclipse-collections</artifactId>    <version>13.0.0</version></dependency>

Gradle

implementation'org.eclipse.collections:eclipse-collections-api:13.0.0'implementation'org.eclipse.collections:eclipse-collections:13.0.0'

OSGi Bundle

How to Contribute

We welcome contributions! We accept contributions via pull requests here in GitHub. Please seeHow To Contribute to get started.

Additional information

About

Eclipse Collections is a collections framework for Java with optimized data structures and a rich, functional and fluent API.

Topics

Resources

Contributing

Security policy

Stars

Watchers

Forks

Packages

No packages published

Contributors120


[8]ページ先頭

©2009-2025 Movatter.jp