I\'ve seen other questions about getting objects from Set\'s based on index value and I understand why that is not possible. But I haven\'t been able to find a
Set
if you only want know what are in the Hashset, you can use .toString(); method to display all Hashset Contents separated by comma.
.toString();