Registry / utility / javolution

javolution

JSON →
library5.5.1javamavenunverified

Javolution provides high-performance collections, real-time capabilities, and utilities for Java, targeting embedded and real-time systems.

<dependency> <groupId>javolution</groupId> <artifactId>javolution</artifactId> <version>5.5.1</version> </dependency>
INSTALL
IMPORT
SIG · JAVOLUTION
J
javolution
utilityjavav5.5.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

FastMap
javolution.util.FastMap

Use Javolution's FastMap for high-performance map operations

import javolution.util.FastMap; public class JavolutionExample { public static void main(String[] args) { FastMap<String, Integer> map = new FastMap<String, Integer>(); map.put("one", 1); System.out.println(map.get("one")); } }
Debug
Known issues
gotchaJavolution 5.5.1 is quite old; newer versions may have different APIs and performance characteristics.
fix
Consider using the latest version (6.x) for improved features and compatibility.
affects: <=5.5.1
Upgrade
Version history
5.5.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
javolution — mvn dependency:get javolution · libregistry