View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window immutable-1.0.0-alpha14.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.opsbears.webcomponents.immutable
├─ com.opsbears.webcomponents.immutable.ImmutableArrayList.class - [JAR]
├─ com.opsbears.webcomponents.immutable.ImmutableCollection.class - [JAR]
├─ com.opsbears.webcomponents.immutable.ImmutableHashMap.class - [JAR]
├─ com.opsbears.webcomponents.immutable.ImmutableList.class - [JAR]
├─ com.opsbears.webcomponents.immutable.ImmutableMap.class - [JAR]
├─ com.opsbears.webcomponents.immutable.ImmutableSet.class - [JAR]
├─ com.opsbears.webcomponents.immutable.ImmutableSortedMap.class - [JAR]
├─ com.opsbears.webcomponents.immutable.ImmutableSortedSet.class - [JAR]
├─ com.opsbears.webcomponents.immutable.ImmutableTreeMap.class - [JAR]
├─ com.opsbears.webcomponents.immutable.ImmutableTreeSet.class - [JAR]
├─ com.opsbears.webcomponents.immutable.ImmutableTuple2.class - [JAR]
├─ com.opsbears.webcomponents.immutable.ImmutableTuple3.class - [JAR]
├─ com.opsbears.webcomponents.immutable.ImmutableTuple4.class - [JAR]