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 kollection-0.7.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.andrewoma.dexx.kollection
├─ com.github.andrewoma.dexx.kollection.ImmutableList.class - [JAR]
├─ com.github.andrewoma.dexx.kollection.ImmutableListKt.class - [JAR]
├─ com.github.andrewoma.dexx.kollection.ImmutableMap.class - [JAR]
├─ com.github.andrewoma.dexx.kollection.ImmutableMapKt.class - [JAR]
├─ com.github.andrewoma.dexx.kollection.ImmutableSet.class - [JAR]
├─ com.github.andrewoma.dexx.kollection.ImmutableSetKt.class - [JAR]
├─ com.github.andrewoma.dexx.kollection.ListAdapter.class - [JAR]
├─ com.github.andrewoma.dexx.kollection.MapAdapter.class - [JAR]
├─ com.github.andrewoma.dexx.kollection.SetAdapter.class - [JAR]