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 prefixmap-2.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
nl.basjes.collections
├─ nl.basjes.collections.PrefixMap.class - [JAR]
nl.basjes.collections.prefixmap
├─ nl.basjes.collections.prefixmap.ASCIIPrefixMap.class - [JAR]
├─ nl.basjes.collections.prefixmap.ASCIIPrefixTrie.class - [JAR]
├─ nl.basjes.collections.prefixmap.PrefixTrie.class - [JAR]
├─ nl.basjes.collections.prefixmap.StringPrefixMap.class - [JAR]
├─ nl.basjes.collections.prefixmap.StringPrefixTrie.class - [JAR]