Difference between TreeSet and SortedSet (Java in General forum at JavaRanch)
hello friends what is the diff between treeset and sortedset?? ?? ... TreeSet is a concrete class, whereas SortedSet is an interface (which happens to be implemented by TreeSet). Apart from that, their respective javadocs are quite different; what did you...