Java泛型之Incompatible Types List ArrayList

incompatible types: ArrayList<ArrayList> cannot be converted to List<List>。
Read more →

Java8接口多继承问题

Java8提供了接口默认方法,产生了实现多继承类似的问题。
Read more →