Retrieves, but does not remove, the tail (last element) of this set.
Retrieves, but does not remove, the tail (last element) of this set.Retrieving the tail of a hash set has a time complexity of O(N), with N being the capacity of the set.
Retrieving the tail of a tree set has a time complexity of O(Log N), with N being the size of the set.