![]() |
VOOZH | about |
ConcurrentSkipListSet.size()Parameters: The function does not accept any parameter. Return Value: The function returns the number of elements in the queue. Below programs illustrate the ConcurrentSkipListSet.size() method: Program 1:
Number of elements in the set = 10 set : [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]
Number of elements in the set = 5 set : [A, B, C, D, E]