jar

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 JAR file - Latest Versions:

All Versions

Download com.google.guava : guava-bootstrap-jdk5 JAR file - All Versions:

Version Vulnerabilities Size Updated
17.0
16.0
14.0.x
13.0

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window guava-bootstrap-jdk5-17.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

java.util.concurrent

├─ java.util.concurrent.AbstractExecutorService.class - [JAR]

├─ java.util.concurrent.ExecutorService.class - [JAR]

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