All examples in the Collections category

Collections
bullet Using a Queue (or LinkedList) bullet Using a Stack bullet Using a Set (or HashSet)
bullet Remove duplicate items from an ArrayList bullet Looping through a Collection object bullet Creating and storing arrays in a map
bullet Convert a Queue to a List (LinkedList to ArrayList) bullet Convert a List to a Set (ArrayList to HashSet)