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 core-collection-0.7.0-jdk17.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
br.com.objectos.core.collection
├─ br.com.objectos.core.collection.AbstractBaseCollection.class - [JAR]
├─ br.com.objectos.core.collection.AbstractBaseCollectionJava6.class - [JAR]
├─ br.com.objectos.core.collection.AbstractBaseCollectionJava8.class - [JAR]
├─ br.com.objectos.core.collection.AbstractBaseCollectionJavaAny.class - [JAR]
├─ br.com.objectos.core.collection.BaseCollection.class - [JAR]
├─ br.com.objectos.core.collection.BaseCollectionJava6.class - [JAR]
├─ br.com.objectos.core.collection.BaseCollectionJava8.class - [JAR]
├─ br.com.objectos.core.collection.BaseCollectionJavaAny.class - [JAR]
├─ br.com.objectos.core.collection.ImmutableCollection.class - [JAR]
├─ br.com.objectos.core.collection.Joinable.class - [JAR]
├─ br.com.objectos.core.collection.MutableCollection.class - [JAR]
├─ br.com.objectos.core.collection.UnmodifiableIterator.class - [JAR]
├─ br.com.objectos.core.collection.package-info.class - [JAR]