I having a problem with coding this:
Write a static method named removeDuplicates that takes as input an array of integers and returns as a result a new
removeDuplicates
You can also use Google's Guava library and use ImmutableSet do
ImmutableSet.copyOf(myArray).asList();