When instantiating/create a class that uses generics, ANY no…
When instantiating/create a class that uses generics, ANY non-primitive type can be used for the generics (i.e., it would be valid to give ANY non-primitive type for ArrayList’s generics).
Read Details