jar

io.github.ralfspoeth : basix

Maven & Gradle

Nov 08, 2023
0 stars

Basic Data Structures and Functions · This project implements some basic data structures missing in terms of purity in the Java libraries, and some useful functions and predicates.

Table Of Contents

Latest Version

Download io.github.ralfspoeth : basix JAR file - Latest Versions:

All Versions

Download io.github.ralfspoeth : basix JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window basix-1.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.github.ralfspoeth.basix.fn

├─ io.github.ralfspoeth.basix.fn.Functions.class - [JAR]

├─ io.github.ralfspoeth.basix.fn.Indexed.class - [JAR]

├─ io.github.ralfspoeth.basix.fn.Predicates.class - [JAR]

io.github.ralfspoeth.basix.coll

├─ io.github.ralfspoeth.basix.coll.Coll.class - [JAR]

├─ io.github.ralfspoeth.basix.coll.Elem.class - [JAR]

├─ io.github.ralfspoeth.basix.coll.Queue.class - [JAR]

├─ io.github.ralfspoeth.basix.coll.Stack.class - [JAR]

Advertisement