hunt.Boolean

Undocumented in source.

Members

Classes

Boolean
class Boolean

The Boolean class wraps a value of the primitive type {@code bool} in an object. An object of type {@code Boolean} contains a single field whose type is {@code bool}. <p> In addition, this class provides many methods for converting a {@code bool} to a {@code string} and a {@code string} to a {@code bool}, as well as other constants and methods useful when dealing with a {@code bool}.

Meta