I recently open sourced Banana, which is another primitives collections java library.
the difference than the other libraries is that Banana got it's own memory management, which basically allow it to implement any dynamic data structure without creating many objects.
Banana is also much smaller than many of the other libraries, jar is around 60k at the moment.
It already support a LinkedList, which I don't think any other primitive collections library is providing, and I plan to add a Set and a Tree soon.
https://github.com/omry/banana