Jar examples for c:collections
Primitive collections are intended to be more memory efficient than using an List<Number> to store primitive numbers, because it avoids auto-boxing.
You can download jar file collections 3.0.3 in this page.
GNU Affero General Public License, Version 3.0
You can use the following script to add collections-3.0.3.jar to your project.
<dependency> <groupId>net.openhft</groupId> <artifactId>collections</artifactId> <version>3.0.3</version> </dependency>
compile group: 'net.openhft', name: 'collections', version: '3.0.3'
libraryDependencies += "net.openhft" % "collections" % "3.0.3"
<dependency org="net.openhft" name="collections" rev="3.0.3"/>
@Grapes(@Grab(group='net.openhft', module='collections', version='3.0.3'))
'net.openhft:collections:jar:3.0.3'
Click the following link to download the jar file.
collections-3.0.3-javadoc.jar