DOC

com.google.guava : guava-bootstrap-jdk5

Maven & Gradle

Apr 22, 2014

Guava Compilation Bootstrap Classes (JDK5 Backport) · ExecutorService's type parameters changed between JDK5 and JDK6 in a way that makes it impossible for our invokeAll/invokeAny methods to match both at compile time. This project builds a JDK6-like copy of ExecutorService (but with JDK5 compiler settings to ensure that it will work with JRE5 at runtime). It also builds a version of AbstractExecutorService that is equivalent to a JDK5 version but using the JDK6 type parameters for the invokeAll/invokeAny methods just as with ExecutorService. This project's is then used in the bootstrap class path of Guava proper.

Table Of Contents

Latest Version

Download com.google.guava : guava-bootstrap-jdk5 Javadoc & API Documentation - Latest Versions:

All Versions

Download com.google.guava : guava-bootstrap-jdk5 Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
17.0
16.0
14.0.x
13.0

How to open Javadoc JAR file in web browser

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

Advertisement

Dependencies from Group

Jul 31, 2023
27.1k usages
49k stars
Nov 20, 2018
882 usages
47.9k stars
Sep 11, 2018
796 usages
47.9k stars
Jul 31, 2023
548 usages
43.2k stars
Jul 31, 2023
209 usages
49k stars

Discover Dependencies