public interface NullableBooleanState extends AccumulatorState
| Modifier and Type | Method and Description |
|---|---|
boolean |
getBoolean() |
boolean |
isNull() |
void |
setBoolean(boolean value) |
void |
setNull(boolean value) |
static void |
write(Type type,
NullableBooleanState state,
BlockBuilder out) |
getEstimatedSizeboolean getBoolean()
void setBoolean(boolean value)
boolean isNull()
void setNull(boolean value)
static void write(Type type, NullableBooleanState state, BlockBuilder out)
Copyright © 2012–2019. All rights reserved.