`

Boolean

 
阅读更多

Fields

public static final Boolean FALSE

Since: API Level 1

The Boolean object that represents the primitive value false.

public static final Boolean TRUE

Since: API Level 1

The Boolean object that represents the primitive value true.

public static final Class<BooleanTYPE

Since: API Level 1

The Class object that represents the primitive type boolean.

Public Constructors

public Boolean (String string)

Since: API Level 1

Constructs a new Boolean with its boolean value specified by string. If string is not null and is equal to "true" using a non-case sensitive comparison, the result will be a Boolean representing the primitive value true, otherwise it will be a Boolean representing the primitive value false.

Parameters
string
the string representing a boolean value.

public Boolean (boolean value)

Since: API Level 1

Constructs a new Boolean with the specified primitive boolean value.

Parameters
value
the primitive boolean value, true or false.

Public Methods

public boolean booleanValue ()

Since: API Level 1

Gets the primitive value of this boolean, either true or false.

Returns
  • this object's primitive value, true or false.

public int compareTo (Boolean that)

Since: API Level 1

Compares this object to the specified boolean object to determine their relative order.

Parameters
that
the boolean object to compare this object to.
Returns
  • 0 if the value of this boolean and the value of that are equal; a positive value if the value of this boolean is true and the value of that is false; a negative value if the value if this boolean is false and the value of that is true.
See Also

public boolean equals (Object o)

Since: API Level 1

Compares this instance with the specified object and indicates if they are equal. In order to be equal, o must be an instance of Boolean and have the same boolean value as this object.

Parameters
o
the object to compare this boolean with.
Returns
  • true if the specified object is equal to this Booleanfalse otherwise.

public static boolean getBoolean (String string)

Since: API Level 1

Returns the boolean value of the system property identified by string.

Parameters
string
the name of the requested system property.
Returns
  • true if the system property named by string exists and it is equal to "true" using case insensitive comparison, false otherwise.

public int hashCode ()

Since: API Level 1

Returns an integer hash code for this boolean.

Returns
  • this boolean's hash code, which is 1231 for true values and 1237 for false values.

public static boolean parseBoolean (String s)

Since: API Level 1

Parses the specified string as a boolean.

Parameters
s
the string representation of a boolean value.
Returns
  • true if s is not null and is equal to "true" using case insensitive comparison, false otherwise.

public static String toString (boolean value)

Since: API Level 1

Converts the specified boolean to its string representation.

Parameters
value
the boolean to convert.
Returns
  • "true" if value is true, "false" otherwise.

public String toString ()

Since: API Level 1

Returns a string containing a concise, human-readable description of this boolean.

Returns
  • "true" if the value of this boolean is true, "false" otherwise.

public static Boolean valueOf (String string)

Since: API Level 1

Parses the specified string as a boolean value.

Parameters
string
the string representation of a boolean value.
Returns
  • Boolean.TRUE if string is equal to "true" using case insensitive comparison, Boolean.FALSE otherwise.

public static Boolean valueOf (boolean b)

Since: API Level 1

Returns a Boolean instance for the specified boolean value.

If it is not necessary to get a new Boolean instance, it is recommended to use this method instead of the constructor, since it returns its static instances, which results in better performance.

Parameters
b
the boolean to convert to a Boolean.
Returns
  • Boolean.TRUE if b is equal to trueBoolean.FALSE otherwise.
分享到:
评论

相关推荐

    Boolean RT资源包

    "Boolean RT资源包"专门针对这种情况,提供了高效的几何体布尔运算功能。布尔运算源于数学中的集合论,用于描述集合之间的逻辑关系,如并集、交集和差集。在3D建模中,它允许我们将一个物体与另一个物体相交、合并或...

    Boolean RT.zip

    BooleanRT, 实现2个物体间的布尔运算 The extension provides the following functions: 1- Real-time or per-click Boolean execution. 2- Material, UV and texture preservation. 3- Saving to prefab. 4- ...

    JS字符串false转boolean的方法(推荐)

    因此,如果需要将字符串"false"转换为布尔值false,不能直接使用Boolean构造函数,而应该使用其他方法。一种可能的解决方案是使用字符串比较: ```javascript var hasAuth = '$!auth'; if (hasAuth === 'true') { ...

    Boolean RT.rar

    《Unity中的实时3D布尔运算:Boolean RT》 在Unity引擎中,开发3D游戏或交互式应用时常需要处理复杂的3D模型与场景交互。传统的3D建模工具提供了布尔运算功能,允许用户通过合并、相交或相减几何体来创建复杂的形状...

    Unity 几何体布尔运算BooleanRT

    Unity 几何体布尔运算BooleanRT,Boolean RT.unitypackage,unity3d布尔运算插件。

    Unity Boolean CSG插件的使用

    Unity Boolean CSG插件的使用

    Boolean RT.unitypackage,unity3d布尔运算插件

    Boolean RT.unitypackage,unity3d布尔运算插件。

    Boolean_unity.zip

    这个"Boolean_unity.zip"压缩包显然包含了用于实现这一功能的相关资源和可能的脚本。在本文中,我们将深入探讨Unity3D中的布尔运算、其工作原理、用途,以及如何在实际项目中应用它们。 首先,我们要理解Unity3D中...

    struts2 依赖注入boolean类型的属性时报错

    这个问题通常与框架对boolean类型的处理方式有关,因为Java的boolean类型在XML配置文件中可能无法正确解析。 首先,我们需要理解Struts2的依赖注入机制。它主要通过Struts2的IoC(Inversion of Control)容器来实现...

    使用Java反射机制将Map转换为Java对象,支持Boolean、Date类型

    在本主题中,我们将深入探讨如何使用Java反射机制将Map转换为Java对象,同时支持Boolean和Date类型的数据。这种转换在处理JSON到对象的映射或者数据库查询结果到对象的映射时非常有用。 首先,我们需要了解Java中的...

    Screen Space Boolean Subtract Shader

    Screen Space Boolean Subtract Shader 动态计算模型布尔值,源代码

    Test_sget_boolean.rar_sget-boolean

    `Test_sget_boolean.rar`是一个压缩包,包含了对`sget-boolean`进行测试的源代码文件`Test_sget_boolean.c`。下面我们将深入探讨这个测试用例以及可能涉及的相关知识点。 1. **单元测试框架**:`DxTestCase`可能是...

    基本语法13. 条件判断if else与布尔值Boolean

    [C語言][教學]_基本語法#13._條件判斷if_else與布林值Boolean

    BMS boolean

    本文介绍了一种新颖的基于布尔图的显著性检测模型,简称为BMS(Boolean Map Saliency)。这个模型以图像的颜色通道作为基础,通过随机阈值化(thresholding)生成一系列二值图像,这些二值图像构成了图像的描述特征...

    Test-Boolean-Firebird.zip_Will_boolean

    本文将针对“Test-Boolean-Firebird.zip_Will_boolean”这一应用进行深入解析,探讨在Firebird数据库中如何进行布尔运算测试。 首先,我们要明确“boolean”在编程和数据库中通常代表逻辑值,即真(true)和假...

    boolean_approach

    boolean_approach

    Boolean-Trigger.rar_LabVIEW boolean_labview 上升沿_labview上升沿_trigg

    在LabVIEW编程环境中,"Boolean-Trigger.rar_LabVIEW boolean_labview 上升沿_labview上升沿_trigg"这个标题和描述涉及到的是一个关于利用LabVIEW处理数字信号触发,特别是开关量上升沿和下降沿的实现。LabVIEW是...

Global site tag (gtag.js) - Google Analytics