jar

com.github.ricpacca : magicset

Maven & Gradle

Jul 19, 2016
2 stars

magicset · This library contains the implementation of a collection called MagicSet, which can be used whenever there is the need to retrieve an item from the collection, given its id. A MagicSet can contain items of any class extending UniqueItem. This class provides a UUID to all the instances of child classes.

Table Of Contents

Latest Version

Download com.github.ricpacca : magicset JAR file - Latest Versions:

All Versions

Download com.github.ricpacca : magicset 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 magicset-1.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.ricpacca.magicset

├─ com.github.ricpacca.magicset.LinkedMagicHashSet.class - [JAR]

├─ com.github.ricpacca.magicset.MagicHashSet.class - [JAR]

├─ com.github.ricpacca.magicset.MagicSet.class - [JAR]

├─ com.github.ricpacca.magicset.UniqueItem.class - [JAR]