标签:short 基本数据 rac 理解 long 加工 ringbuf integer byte
/**
* byte -> Byte
* short -> Short
* int -> Integer
* long -> Long
* float -> Float
* double -> Double
* char -> Character
* boolean -> Boolean
* 左边我们称之为基本数据类型 右边我们称为包装类型 也就是基本类型的对象类型
* 基本数据类型和包装类可以互相自动转换
*/
StringBuffer理解为String字符串的加工厂
标签:short 基本数据 rac 理解 long 加工 ringbuf integer byte
原文地址:https://www.cnblogs.com/nangongyibin/p/10163915.html