DOC

org.codehaus.jedi : jedi

Maven & Gradle

Apr 09, 2011

Jedi · Java's syntactic and library support for these components tends to cause the above concerns to be mixed with each other, with other concerns, and with low-level implementation details. This means that the code is cluttered, verbose and does not express intent very well. Jedi aims to repair this by providing a library of routines for filtering, iteration, conversion from one collection type to another, first order logic functions, etc. It makes extensive use of higher order functions and closures (also known as 'blocks' or 'lambdas' that can be implemented manually or by annotations.

Table Of Contents

Latest Version

Download org.codehaus.jedi : jedi Javadoc & API Documentation - Latest Versions:

All Versions

Download org.codehaus.jedi : jedi Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
3.0.x

How to open Javadoc JAR file in web browser

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