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 中的拉取請求接受貢獻。請參閱如何貢獻以開始。