DOC

com.madgag : util-intervals

Maven & Gradle

Dec 16, 2021
2 stars

'Intervals' library · Support for interval-keyed maps and sets - useful for storing items on a time-interval-keyed basis

Table Of Contents

Latest Version

Download com.madgag : util-intervals Javadoc & API Documentation - Latest Versions:

All Versions

Download com.madgag : util-intervals Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.35
1.34
1.33
1.28
1.27
1.26
1.25
1.24
1.23
1.22
1.21

How to open Javadoc JAR file in web browser

  1. Rename the file util-intervals-1.35-javadoc.jar to util-intervals-1.35-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder util-intervals-1.35-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 "util-intervals-1.35-sources.jar" -d "util-intervals-1.35-javadoc" -subpackages 

Advertisement