【Java学习】-autoboxing and unboxing
Autoboxing is the automatic conversion that the Java compiler makes between the primitive types and their corresponding object wrapper class.
List<Integer> li = new ArrayList<>();
for (int i = 1; i < 50; i+=2)
	li.add(i);
 
                    
                     
                    
                 
                    
                
 
                
            
         
         浙公网安备 33010602011771号
浙公网安备 33010602011771号