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