DOC

jintention : jin-collections

Maven & Gradle

May 19, 2010

jin-collections · jin collections is a tool libraries that help working with standard Java Collections utility in a "Code by Intenction" way. It is directly inspired from Smalltalk collections utility.

Table Of Contents

Latest Version

Download jintention : jin-collections Javadoc & API Documentation - Latest Versions:

All Versions

Download jintention : jin-collections Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
0.6.x

How to open Javadoc JAR file in web browser

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

Advertisement