Type-Wrapper class的意思|示意

美 / / 英 / /

Type-Wrapper类


Type-Wrapper class的网络常见释义

类型包装器类 类型包装器类(Type-Wrapper class) 数字类、Boolean、Character和void类统

Type-Wrapper class相关例句

If you need another data type such as integer, floating point, or Boolean value, you will have to parse the string using the appropriate wrapper class.

如果需要其他的数据类型,比如说整数、浮点数或者布尔值,必须使用相应的包装器类来解析字符串。

To pass this to a recursive method, the anonymous class should extend a wrapper type known to the method.

为了在递归方法中传递,匿名类应该扩展方法已知的包装器类型。

Primitive float type and wrapper class float have different comparison behavior.

基本浮点类型和包装类浮点有不同的比较行为。

To make matters worse, the rules for comparing NaN and -0 are different between the primitive float type and the wrapper class float.

使事情更糟的是,在基本float类型和包装类float之间,用于比较NaN和- 0的规则是不同的。

There is a POID class, a simple wrapper for the POID value, which insulates our APIs from the actual value type (primitive long in this case).

还有一个poid类,它是poid值的简单包装器,它使API与实际的值类型相分离(在这里是最初为long)。