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 util-intervals-1.35.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.madgag.interval.collections
├─ com.madgag.interval.collections.IntervalMap.class - [JAR]
├─ com.madgag.interval.collections.IntervalSet.class - [JAR]
com.madgag.interval
├─ com.madgag.interval.AbstractInterval.class - [JAR]
├─ com.madgag.interval.BeforeOrAfter.class - [JAR]
├─ com.madgag.interval.Bound.class - [JAR]
├─ com.madgag.interval.Closure.class - [JAR]
├─ com.madgag.interval.Interval.class - [JAR]
├─ com.madgag.interval.IntervalClosure.class - [JAR]
├─ com.madgag.interval.OverlapIsEqualityComparator.class - [JAR]
├─ com.madgag.interval.SimpleInterval.class - [JAR]
├─ com.madgag.interval.StartThenEndComparator.class - [JAR]