Generics

In Generics class you find 3 methods to refactor.

Method-1:

Refactor boxingMethod to use only parameterized lists.

Method-2:

Refactor genericMethod, it should take any specific object and return it.

Method-3:

Refactor cloneMethod, it should take two lists and be able to place objects from producer to consumer list.