jar

com.github.neelrs : common-collections-operations

Maven & Gradle

Dec 23, 2017
1 stars

This project covers all the mathematical common set operations on two Collections of Java objects. Current version covers union, intersection, subset and difference. The objects of two Collections has to be compatible and equals and hashcode needs to be implemented.

Table Of Contents

Latest Version

Download com.github.neelrs : common-collections-operations JAR file - Latest Versions:

All Versions

Download com.github.neelrs : common-collections-operations 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 common-collections-operations-1.0.3.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.neelrs.operations

├─ com.github.neelrs.operations.Collector.class - [JAR]

├─ com.github.neelrs.operations.GenericOperation.class - [JAR]

├─ com.github.neelrs.operations.IntersectionOperation.class - [JAR]

├─ com.github.neelrs.operations.Operations.class - [JAR]

├─ com.github.neelrs.operations.SubsetOperation.class - [JAR]

├─ com.github.neelrs.operations.SubtractOperation.class - [JAR]

├─ com.github.neelrs.operations.UnionOperation.class - [JAR]