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 1.0.1 in this page.
GNU Affero General Public License, Version 3.0
You can use the following script to add collections-1.0.1.jar to your project.
<dependency> <groupId>com.globus-ltd</groupId> <artifactId>collections</artifactId> <version>1.0.1</version> </dependency>
compile group: 'com.globus-ltd', name: 'collections', version: '1.0.1'
libraryDependencies += "com.globus-ltd" % "collections" % "1.0.1"
<dependency org="com.globus-ltd" name="collections" rev="1.0.1"/>
@Grapes(@Grab(group='com.globus-ltd', module='collections', version='1.0.1'))
'com.globus-ltd:collections:jar:1.0.1'
Click the following link to download the jar file.
collections-1.0.1-javadoc.jar