fastutil.
fastutil extends the Java Collections Framework by providing type-specific maps, sets, lists and priority queues with a small memory footprint and fast access and insertion; provides also big (64-bit) arrays, sets and lists, and fast, practical I/O classes for binary and text files..
Here is the list of declaration for fastutil. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>it.unimi.dsi</groupId> <artifactId>fastutil</artifactId> <version>6.5.15</version> </dependency>
If you think this Maven repository POM file listing for fastutil is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
Name:Apache License, Version 2.0
URL: http://www.apache.org/licenses/LICENSE-2.0.html.
The following packages are defined in the fastutil-6.5.15.jar
it.unimi.dsi.fastutil it.unimi.dsi.fastutil.booleans it.unimi.dsi.fastutil.bytes it.unimi.dsi.fastutil.chars it.unimi.dsi.fastutil.doubles it.unimi.dsi.fastutil.floats it.unimi.dsi.fastutil.ints it.unimi.dsi.fastutil.io it.unimi.dsi.fastutil.longs it.unimi.dsi.fastutil.objects it.unimi.dsi.fastutil.shorts
Here is the content of the POM file.
<project> <modelVersion>4.0.0</modelVersion> <groupId>it.unimi.dsi</groupId> <artifactId>fastutil</artifactId> <packaging>jar</packaging> <name>fastutil</name> <version>6.5.15</version> <description>fastutil extends the Java Collections Framework by providing type-specific maps, sets, lists and priority queues with a small memory footprint and fast access and insertion; provides also big (64-bit) arrays, sets and lists, and fast, practical I/O classes for binary and text files.</description> <url>http://fasutil.di.unimi.it/</url> <licenses> <license> <name>Apache License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.html</url> <distribution>repo</distribution> </license> </licenses> <scm> <connection>scm:git://github.com/vigna/fastutil.git</connection> <url>https://github.com/vigna/fastutil</url> </scm> <dependencies> </dependencies> </project>