. static , .. , . <E> , E, / . , Set<E>, , Set of E, Collection<E> , E.
E , , . . ,
Collection<String> myStrings = new ArrayList<String>();
.. add strings
Set<String> uniqueStrings = SomeClass.removeDups(myStrings);
,
Set<Integer> uniqueStrings = SomeClass.removeDups(myStrings);
, .