eclipse collections
11.1.0
Eclipse Collections 是一个综合性的 Java 集合库。该库通过提供一组富有表现力且高效的 API 和类型来提高生产力和性能。迭代协议的灵感来自于 Smalltalk 集合框架,并且集合与 Java 集合框架类型兼容。
Eclipse Collections 与 Java 8+ 兼容。 Eclipse Collections 是 OpenJDK Quality Outreach 计划的一部分,并且针对不同版本的 OpenJDK 进行了验证。
List
、 Set
、 Bag
、 Stack
、 Map
、 Multimap
、 BiMap
、 Interval
对象容器类型Mutable
和Immutable
接口Lazy
和Parallel
APIList
、 Set
、 Bag
、 Stack
、 Map
、 Interval
原始容器类型欧共体 | JDK 5 - 7 | JDK 8 | JDK 9 - 10 | JDK 11 - 14 | JDK 15 - 21 |
---|---|---|---|---|---|
7.xx | ✓ | ✓ | |||
8.xx | ✓ | ||||
9.xx | ✓ | ✓ | ✓ | ||
10.xx | ✓ | ✓ | ✓ | ||
10.4.0 | ✓ | ✓ | ✓ | ✓ | |
11.xx | ✓ | ✓ | ✓ | ✓ | |
12.xx | ✓ | ✓ |
注意: Eclipse Collections 12.x 将与 Java 11+ 兼容。 EC 12.0 尚未作为 GA 发布,但有一些里程碑版本可供测试。
< dependency >
< groupId >org.eclipse.collections</ groupId >
< artifactId >eclipse-collections-api</ artifactId >
< version >11.1.0</ version >
</ dependency >
< dependency >
< groupId >org.eclipse.collections</ groupId >
< artifactId >eclipse-collections</ artifactId >
< version >11.1.0</ version >
</ dependency >
implementation ' org.eclipse.collections:eclipse-collections-api:11.1.0 '
implementation ' org.eclipse.collections:eclipse-collections:11.1.0 '
Eclipse 软件存储库位置:https://download.eclipse.org/collections/11.1.0/repository
我们欢迎贡献!我们通过 GitHub 中的拉取请求接受贡献。请参阅如何贡献以开始。