java.util.Set is a collection of un-ordered items. It doesn't make any sense if the Set has a get(int index), because
Set doesn't has an index and also you only can guess the value.
If you really want this, code a method to get random element from Set.