Java | Integer

Posted jj81

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Java | Integer相关的知识,希望对你有一定的参考价值。

技术图片

Integer 继承 抽象类Number和实现 Comparable<Integer>接口,

抽象类Number:提供拆箱的超类,可转换的基本类型有 @code byte, @code double, @code float, @code int, @code long, and @code short.

Comparable<Integer>接口:提供Ineger类实现自身比较。

 

以上是关于Java | Integer的主要内容,如果未能解决你的问题,请参考以下文章

java自动封箱是啥意思

整数缓冲区

javaSE21/9/13

自动装箱拆箱

包装类

Integer引用类型问题