{"id":54900,"library":"trove4j","title":"Trove4j","description":"The Trove library provides high speed regular and primitive collections for Java.","status":"active","version":"3.0.3","language":"java","source_language":null,"source_url":"https://trove4j.svn.sourceforge.net/svnroot/trove4j","tags":["collections","primitive","performance"],"install":[{"cmd":"<dependency>\n  <groupId>net.sf.trove4j</groupId>\n  <artifactId>trove4j</artifactId>\n  <version>3.0.3</version>\n</dependency>","lang":"xml","label":"Maven"},{"cmd":"implementation 'net.sf.trove4j:trove4j:3.0.3'","lang":"groovy","label":"Gradle"}],"dependencies":[],"imports":[{"symbol":"TIntIntMap","correct":"gnu.trove.map.TIntIntMap"}],"quickstart":{"code":"import gnu.trove.map.TIntIntMap;\nimport gnu.trove.map.hash.TIntIntHashMap;\n\npublic class Example {\n    public static void main(String[] args) {\n        TIntIntMap map = new TIntIntHashMap();\n        map.put(1, 100);\n        System.out.println(map.get(1));\n    }\n}","lang":"java","description":"Demonstrates using a primitive int-int map from Trove."},"warnings":[],"env_vars":null,"search_vec":"'collect':11,14 'high':6 'java':13 'librari':4 'perform':16 'primit':10,15 'provid':5 'regular':8 'speed':7 'trove':3 'trove4j':1","created_at":"2026-06-15T09:28:27.416584+00:00","updated_at":"2026-06-15T09:28:27.416584+00:00","problems":[],"ecosystem":"maven","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"http://trove4j.sf.net","github":null,"docs":"https://appdoc.app/artifact/net.sf.trove4j/trove4j/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["utility"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-15","next_check":"2026-12-12","install_tag":null}}