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 collections-1.0.9.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.bongiorno.collections
├─ org.bongiorno.collections.ChainAbleMap.class - [JAR]
├─ org.bongiorno.collections.Collections.class - [JAR]
├─ org.bongiorno.collections.ImprovedCollection.class - [JAR]
├─ org.bongiorno.collections.ImprovedList.class - [JAR]
├─ org.bongiorno.collections.ImprovedMap.class - [JAR]
├─ org.bongiorno.collections.ImprovedSet.class - [JAR]
├─ org.bongiorno.collections.ImprovedStream.class - [JAR]
├─ org.bongiorno.collections.QuickCollection.class - [JAR]
├─ org.bongiorno.collections.QuickMap.class - [JAR]
├─ org.bongiorno.collections.Random.class - [JAR]
├─ org.bongiorno.collections.SuperTypeSearchingLazyMap.class - [JAR]