Category "eclipse-collections"

How convert/adapt ByteObjectHashMap to a JDK Map?

Primitive maps don't seem to implement java.util.Map. If I have a function, accepting JDK Map as an argument and now want to pass eclipse collection implementat

Eclipse Collections - Is there a containsAny() method for Sets?

I can't seem to find a containsAny() method for SetIterable types in Eclipse Collections. Is there one? MutableSet<String> set1 = Sets.mutable.of("a", "b"

Integration Eclipse Collections with Spring Data JPA

is it possible integration eclipse collections with spring data jpa + hibernate? for example: import org.springframework.data.jpa.repository.JpaRepository; im

Eclipse Collection usages on production code

https://www.eclipse.org/collections/ seems to be getting popular now a days. Just wonder, if anybody has used this library in their production code and how is t