java - How to create SortedSet (e.g. TreeSet) for elements of type BitSet - Stack Overflow
I have a number (power(2,k)) of BitSet objects and I want to store them in a SortedSet. I use the code: Set S= new TreeSet(); However, I am getting this error:...