New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

com.github.neelrs:common-collection-operations

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

com.github.neelrs:common-collection-operations

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.

  • 1.0.3
  • Source
  • Maven
  • Socket score

Version published
Maintainers
1
Source

common-collection-operations

Developers always face a situation where they have multiple collections and need to perform common set operations on those collections. The motivation behind this project is that we can perform common mathematical set operations of Java collections with ease.

This module will compute Union, Intersection and check for subset (mathematical set operaions) on two given collections. The input collections can have different implementaions i.e. developer can perform these operations between a List and a Set and can also configure the implementation of the resultant collection. By default it will de-dup the elements and return the ArrayList of computation result.

FAQs

Package last updated on 23 Dec 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc