public class TextBooleanReference extends AbstractReference implements net.openhft.chronicle.core.values.BooleanValue
bytes, offset| Constructor and Description |
|---|
TextBooleanReference() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getValue() |
long |
maxSize() |
void |
setValue(boolean value) |
@NotNull String |
toString() |
static void |
write(boolean value,
BytesStore bytes,
long offset) |
acceptNewBytesStore, address, bytesStore, bytesStore, offset, performClose, threadSafetyCheckassertCloseablesClosed, clearUsedByThread, close, createdHere, disableCloseableTracing, enableCloseableTracing, isClosed, isClosing, isInUserThread, performCloseInBackground, referenceId, resetUsedByThread, shouldPerformCloseInBackground, shouldWaitForClosed, throwExceptionIfClosed, throwExceptionIfClosedInSetter, unmonitor, waitForClosed, warnAndCloseIfNotClosedclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitclose, closeQuietly, closeQuietly, notifyClosingpublic static void write(boolean value,
BytesStore bytes,
long offset)
public long maxSize()
maxSize in interface ByteablemaxSize in class AbstractReference@NotNull public @NotNull String toString()
toString in class net.openhft.chronicle.core.io.AbstractCloseablepublic boolean getValue()
getValue in interface net.openhft.chronicle.core.values.BooleanValuepublic void setValue(boolean value)
setValue in interface net.openhft.chronicle.core.values.BooleanValueCopyright © 2020. All rights reserved.