码迷,mamicode.com
首页 > 编程语言 > 详细

Java | Integer

时间:2019-09-12 00:02:59      阅读:112      评论:0      收藏:0      [点我收藏+]

标签:short   http   str   ber   int   rabl   png   integer   接口   

技术图片

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

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

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

 

Java | Integer

标签:short   http   str   ber   int   rabl   png   integer   接口   

原文地址:https://www.cnblogs.com/jj81/p/11509299.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!