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 mapstream-0.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.github.mapstream
├─ io.github.mapstream.Main.class - [JAR]
├─ io.github.mapstream.MapStream.class - [JAR]
├─ io.github.mapstream.MapStreamImpl.class - [JAR]
├─ io.github.mapstream.Pair.class - [JAR]
├─ io.github.mapstream.PairEntry.class - [JAR]
├─ io.github.mapstream.PairEntryStream.class - [JAR]
├─ io.github.mapstream.PairEntryStreamImpl.class - [JAR]
├─ io.github.mapstream.StreamableMap.class - [JAR]
├─ io.github.mapstream.StreamableMapImpl.class - [JAR]