A logger of what happens in a web developer days
Set theSet=... List list = new ArrayList(theSet);
//Viceversa
List theList=...
Set theSet = new LinkedHashSet(theList);
Set theSet =
new
LinkedHashSet(theList);