Nicolas Bertrand

Results 3 issues of Nicolas Bertrand

Hello, First of all, thanks for this incredible collection framework. One small gripe I have with `SortedSetIterable` is the feature gap with `TreeSet` : * methods such as floor, ceiling......

## Add EnumSet and EnumMap implementations to Eclipse Collections ### Problem Statement Eclipse Collections currently lacks dedicated implementations for enum-based collections, while the JCF provides `EnumSet` and `EnumMap` as memory-efficient...

# Add NavigableSet support to SortedSetIterable ## 📋 Summary Adds full `NavigableSet` support to `SortedSetIterable` hierarchy, resolving issue #1746. ## 🎯 What's Changed ### New Methods Added - **Navigation methods**:...