How to convert HashSet to ArrayList

In this post we will see examples to convert HashSet to ArrayList in java.
HashSet and ArrayList are both Collection objects. Hence we can pass HashSet to the construtor of the ArrayList and get it converted.

Example : Convert HashSet to ArrayList

Output

Reference

1. HashSet