gpt4 book ai didi

java - 为什么 Java Number 类要实现 byteValue() 和 shortValue()?

转载 作者:塔克拉玛干 更新时间:2023-11-03 03:34:21 28 4
gpt4 key购买 nike

<分区>

Java Number class是包装基本类型(Byte、Short、Integer、Long、Float、Double)以及其他类(如 BigInteger 和 BigDecimal)的类的基类,并且具有 6 个访问器(又名 getter)方法:

byte    byteValue()
abstract double doubleValue()
abstract float floatValue()
abstract int intValue()
abstract long longValue()
short shortValue()

我不明白他们为什么不让 byteValue() 和 shortValue() 也抽象。

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com