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