I want to convert List to List.
One of the existing methods is returning List and I
Any java collection is just a collection of objects be it string or other. The type argument is just sugar. Depending on situation, such as dealing with very large lists, you may just want to convert it - obviously risking mixing two different types of objects in the same list.
List
And put a @SuppressWarning to get rid of nasties...