public interface TriStateBooleanState extends AccumulatorState
| Modifier and Type | Field and Description |
|---|---|
static byte |
FALSE_VALUE |
static byte |
NULL_VALUE |
static byte |
TRUE_VALUE |
| Modifier and Type | Method and Description |
|---|---|
byte |
getByte() |
void |
setByte(byte value) |
static void |
write(Type type,
TriStateBooleanState state,
BlockBuilder out) |
getEstimatedSizestatic final byte NULL_VALUE
static final byte TRUE_VALUE
static final byte FALSE_VALUE
byte getByte()
void setByte(byte value)
static void write(Type type, TriStateBooleanState state, BlockBuilder out)
Copyright © 2012–2019. All rights reserved.