Adding unit tests for ConcurrentSkipListSet

Adding tests to cover the following APIs:

java.util.concurrent.ConcurrentSkipListSet.ConcurrentSkipListSet(java.util.SortedSet)
java.util.concurrent.ConcurrentSkipListSet.clone()
java.util.concurrent.ConcurrentSkipListSet.descendingIterator()

Bug: 182165523
Test: atest CtsLibcoreOjTestCases:ConcurrentSkipListSetTest
Change-Id: I700188e1d2aeaf1b9f8a20fb64443e9a1b22dd53
1 file changed