You can cast through the untyped List interface:
List<A> a = new ArrayList<A>(); List<B> b = (List)a;
1.4m articles
1.4m replys
5 comments
57.0k users