DOC

co.datadome : fastutil

Maven & Gradle

Dec 25, 2022
1.7k stars

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 provides also big (64-bit) arrays, sets and lists, sorting algorithms, fast, practical I/O classes for binary and text files, and facilities for memory mapping large files. Note that if you have both this jar and fastutil-core.jar in your dependencies, fastutil-core.jar should be excluded.

Table Of Contents

Latest Version

Download co.datadome : fastutil Javadoc & API Documentation - Latest Versions:

All Versions

Download co.datadome : fastutil Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
8.5.x

How to open Javadoc JAR file in web browser

  1. Rename the file fastutil-8.5.11.1-javadoc.jar to fastutil-8.5.11.1-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder fastutil-8.5.11.1-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "fastutil-8.5.11.1-sources.jar" -d "fastutil-8.5.11.1-javadoc" -subpackages