I have the following class & interface defined:
public interface A { } public class B implements A { }
I have a List of <
List
List listA = (List)(List>) listB;
not recommended.