#
primitive-collections
Here are 5 public repositories matching this topic...
fastutil extends the Java™ Collections Framework by providing type-specific maps, sets, lists and queues.
-
Updated
Mar 4, 2022 - Java
Java library providing primitive collections.
-
Updated
Sep 29, 2018 - Java
A Primitive Collection library that reduces memory usage and improves performance
-
Updated
Dec 27, 2021 - Java
Java primitive collections for char, int, float, long, and double Lists, SortedLists, ArrayViews, Iterators, and Maps.
-
Updated
Dec 5, 2020 - Java
Improve this page
Add a description, image, and links to the primitive-collections topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the primitive-collections topic, visit your repo's landing page and select "manage topics."
We have injectIntoIndex on primitive OrderedIterables (e.g.
OrderedIntIterable
), but not on the object equivalentOrderedIterable
.