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 collection-0.4.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.ib67.kiwi.collection.list
├─ io.ib67.kiwi.collection.list.CompoundListView.class - [JAR]
├─ io.ib67.kiwi.collection.list.Lists.class - [JAR]
├─ io.ib67.kiwi.collection.list.NonNullList.class - [JAR]
├─ io.ib67.kiwi.collection.list.NullIntolerantList.class - [JAR]
io.ib67.kiwi.collection.iterator
├─ io.ib67.kiwi.collection.iterator.ArrayIterator.class - [JAR]
├─ io.ib67.kiwi.collection.iterator.InfiniteIterator.class - [JAR]
├─ io.ib67.kiwi.collection.iterator.SingleIterator.class - [JAR]
io.ib67.kiwi.collection.set
├─ io.ib67.kiwi.collection.set.WeakHashSet.class - [JAR]