泛型只能是引用类型,不能是基本类型。
如果ArrayList<E>中存储基本类型,必须使用基本类型的包装类;
基本数据类型:byte short int long float double boolean char
对应的类: Byte Short Integer Long Float Double Boolean Character
.