|
2 |
Automated tag tuning
|
||
|
1 |
|
||
What is the meaning of the type safety warning in certain Java generics casts?What is the meaning of the Java warning "Type safety: The cast from Object to List is actually checking against the erased type List"? I get it when I try to cast an Object to a type with generic information, such as in the following code:
|
||||
