eclipse-collections
eclipse-collections copied to clipboard
Upgrade EC code base to Java 11 for EC 12.0 release
The upgrade to Java 11 will break compatibility with Java 8. There are a few library and language features that we would like to leverage in Eclipse Collections that were added since Java 11. Some features we would like to use:
- Java 9
- Private Methods on Interfaces
Math.fma(double, double, double)(fused multiply add)
- Java 10
- New constructors on
Int/Long/DoubleSummaryStatistics
- New constructors on