Finding the difference between two sets
I’ve built a program that should keep track of tasks of the workers.
Task is an object. Each worker has it’s own Task set and there’s also one set which contains all of the tasks. I want to know how can I find the difference between the whole team set which contains the whole team tasks and a worker.
Finding the difference between two sets | JAVA
I’ve built a program that should keep track of tasks of the workers.
Task is an object.
Each worker has it’s own Task set and there’s also one set which contains all of the tasks.
I want to know how can I find the difference between the whole team set which contains the whole team tasks and a worker.