Jedi
· Java's syntactic and library support for these components tends to cause the above concerns to be mixed
with each other, with other concerns, and with low-level implementation details. This means that the code is
cluttered, verbose and does not express intent very well.
Jedi aims to repair this by providing a library of routines for filtering, iteration, conversion from
one collection type to another, first order logic functions, etc. It makes extensive use of higher order
functions and closures (also known as 'blocks' or 'lambdas' that can be implemented manually or by annotations.
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 jedi-3.0.5.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.