I am relativly new to Java and I am wondering if there is a method like LINQs "Except" in C# to get the different items of two sets.
I looked at CollectionUtils
from apache common, Collections
and Collections2
from guava but found no such method.
Btw: I am using Java 7 not Java 8.