GNU Trove.
The Trove library provides high speed regular and primitive collections for Java..
Here is the list of declaration for trove4j. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>net.sf.trove4j</groupId> <artifactId>trove4j</artifactId> <version>3.0.2</version> </dependency>
If you think this Maven repository POM file listing for trove4j 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 2.1
URL: http://www.gnu.org/licenses/lgpl-2.1.txt.
The following table lists the most popular artifacts which are depending on trove4j-3.0.2. Their categories and depend by count are also listed.
Category | Artifact | Depended By Count |
---|---|---|
Library | core 1.3 Core library functionality concerned with general programming problems rather than multimedia specific functionality. Includes I/O utilities, randomisation, hashing and type conversion. | 13 |
Library | core 1.3.1 Core library functionality concerned with general programming problems rather than multimedia specific functionality. Includes I/O utilities, randomisation, hashing and type conversion. | 15 |
The following packages are defined in the trove4j-3.0.2.jar
gnu.trove gnu.trove.decorator gnu.trove.function gnu.trove.impl gnu.trove.impl.hash gnu.trove.impl.sync gnu.trove.impl.unmodifiable gnu.trove.iterator gnu.trove.iterator.hash gnu.trove.list gnu.trove.list.array gnu.trove.list.linked gnu.trove.map gnu.trove.map.custom_hash gnu.trove.map.hash gnu.trove.procedure gnu.trove.procedure.array gnu.trove.queue gnu.trove.set gnu.trove.set.hash gnu.trove.stack gnu.trove.stack.array gnu.trove.strategy
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/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>net.sf.trove4j</groupId> <artifactId>trove4j</artifactId> <version>3.0.2</version> <packaging>jar</packaging> <name>GNU Trove</name> <description>The Trove library provides high speed regular and primitive collections for Java. </description> <url>http://trove4j.sf.net</url> <licenses> <license> <name>GNU Lesser General Public License 2.1</name> <url>http://www.gnu.org/licenses/lgpl-2.1.txt</url> <distribution>repo</distribution> </license> </licenses> <scm> <connection>scm:svn:https://trove4j.svn.sourceforge.net/svnroot/trove4j</connection> <url>https://trove4j.svn.sourceforge.net/svnroot/trove4j</url> </scm> </project>