Is there an API for Set operations like Union, intersection, difference, Cartesian product, Function from a set to another, domain restriction and range restriction of those functions, …. in Java?
Please comment on coverage (of operations) and performance.
Thanks
Yes, the java
Setclass.Via Java SE tutorial:
http://download.oracle.com/javase/tutorial/collections/interfaces/set.html