public final class ByteAsBool extends Object
| Modifier and Type | Field and Description |
|---|---|
static byte |
FALSE |
static byte |
TRUE |
static byte |
UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
static byte |
fromBool(boolean b) |
static boolean |
isFalse(byte b) |
static boolean |
isKnown(byte b) |
static boolean |
isTrue(byte b) |
static boolean |
isUnknown(byte b) |
public static final byte UNKNOWN
public static final byte FALSE
public static final byte TRUE
Copyright © 2025 HtmlUnit. All rights reserved.