fastutil.
fastutil extends the Java? Collections Framework by providing type-specific maps, sets, lists and queues with a small memory footprint and fast access and insertion; it also includes a fast I/O API 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>fastutil</groupId> <artifactId>fastutil</artifactId> <version>5.0.5</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:GNU Lesser General Public License
URL: http://www.gnu.org/copyleft/lesser.html.
The following packages are defined in the fastutil-5.0.5.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.
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>fastutil</groupId> <artifactId>fastutil</artifactId> <version>5.0.5</version> <name>fastutil</name> <description>fastutil extends the Java? Collections Framework by providing type-specific maps, sets, lists and queues with a small memory footprint and fast access and insertion; it also includes a fast I/O API for binary and text files.</description> <url>http://fastutil.dsi.unimi.it/</url> <licenses> <license> <name>GNU Lesser General Public License</name> <url>http://www.gnu.org/copyleft/lesser.html</url> <distribution>repo</distribution> </license> </licenses> </project>