List is a raw type. References to generic type List<E> should be parameterized
List all = new ArrayList() ;
是个警告如何把它去掉,最好详细点,虽然可以不管,但知道总比不知道要好。
List is a raw type. References to generic type List<E> should be parameterized
List all = new ArrayList() ;
是个警告如何把它去掉,最好详细点,虽然可以不管,但知道总比不知道要好。