1. Write a Java program to create a new tree set, add some colors (string) and print out the tree set. Go to the editor
2. Write a Java program to iterate through all elements in a tree set. Go to the editor
3. Write a Java program to add all the elements of a specified tree set to another tree set. Go to the editor
4. Write a Java program to create a reverse order view of the elements contained in a given tree set. Go to the editor
5. Write a Java program to get the first and last elements in a tree set. Go to the editor
6. Write a Java program to clone a tree set list to another tree set. Go to the editor
7. Write a Java program to get the number of elements in a tree set. Go to the editor
8. Write a Java program to compare two tree sets. Go to the editor
9. Write a Java program to find the numbers less than 7 in a tree set. Go to the editor
10. Write a Java program to get the element in a tree set which is greater than or equal to the given element. Go to the editor
11. Write a Java program to get the element in a tree set which is less than or equal to the given element. Go to the editor
12. Write a Java program to get the element in a tree set which is strictly greater than or equal to the given element. Go to the editor
13. Write a Java program to get an element in a tree set which is strictly less than the given element. Go to the editor
14. Write a Java program to retrieve and remove the first element of a tree set. Go to the editor
15. Write a Java program to retrieve and remove the last element of a tree set. Go to the editor
16. Write a Java program to remove a given element from a tree set. Go to the editor