[五]基础数据类型之Short详解
2018-10-03 17:57:30来源:博客园 阅读 ()
值为 215-1 的常量,它表示 short 类型能够表示的最大值 public static final short MAX_VALUE = 32767; |
值为 -215 的常量,它表示 short 类型能够表示的最小值 public static final short MIN_VALUE = -32768; |
用来以二进制补码形式表示 short 值的比特位数 public static final int SIZE = 16; |
二进制补码形式表示 short 值的字节数 public static final int BYTES = SIZE / Byte.SIZE; |
表示基本类型 short 的 Class 实例 public static final Class<Short> TYPE = (Class<Short>) Class.getPrimitiveClass("short"); |
Short(short value) |
Short(String s) |
static int compare(short x, short y)
静态方法
x<y 小于0
x=y 等于0
x>y 大于0
|
int compareTo(Short anotherShort) 实例方法 调用静态方法比较两个对象的值 |
static short parseShort(String s, int radix) |
static short parseShort(String s) |
static Short valueOf(short s) |
static Short valueOf(String s, int radix) |
static Short valueOf(String s) |
类似 Integer和Long Byte Short也有提供XXXValue系列方法,原理也跟他们类似 全部都是强转 |
byteValue()
shortValue()
intValue()
longValue()
floatValue()
doubleValue()
|
static String toString(short s) |
String toString() |
static int toUnsignedInt(short x) |
static long toUnsignedLong(short x) |
重写了equals方法 内部比较的是对象的值 |
static int hashCode(short value) |
int hashCode() |
标签:
版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
特别注意:本站所有转载文章言论不代表本站观点,本站所提供的摄影照片,插画,设计作品,如需使用,请与原作者联系,版权归原作者所有
- 04.Java基础语法 2020-06-11
- Flink 如何分流数据 2020-06-11
- 数据源管理 | Kafka集群环境搭建,消息存储机制详解 2020-06-11
- 1-Java基础回顾整理_01 2020-06-10
- Java基础语法菜鸟教程笔记 2020-06-10
IDC资讯: 主机资讯 注册资讯 托管资讯 vps资讯 网站建设
网站运营: 建站经验 策划盈利 搜索优化 网站推广 免费资源
网络编程: Asp.Net编程 Asp编程 Php编程 Xml编程 Access Mssql Mysql 其它
服务器技术: Web服务器 Ftp服务器 Mail服务器 Dns服务器 安全防护
软件技巧: 其它软件 Word Excel Powerpoint Ghost Vista QQ空间 QQ FlashGet 迅雷
网页制作: FrontPages Dreamweaver Javascript css photoshop fireworks Flash