public class Row
extends net.openhft.chronicle.wire.SelfDescribingMarshallable
Constructor and Description |
---|
Row() |
Row(@NotNull List<Column> columns) |
Modifier and Type | Method and Description |
---|---|
<R> R |
copyTo(R using) |
Object |
get(int columnIndex) |
Object |
get(String columnName) |
void |
set(String columnName,
Object newValue)
sets the value in a cell
|
void |
writeMarshallable(@NotNull net.openhft.chronicle.wire.WireOut wire) |
usesSelfDescribingMessage
equals, hashCode, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
$equals, $fieldInfoMap, $fieldInfos, $hashCode, $toString, className, copyFrom, copyTo, deepCopy, fromFile, fromFile, fromFileAsMap, fromFileAsMap, fromHexString, fromString, fromString, fromString, getField, getLongField, mergeToMap, readMarshallable, reset, setField, setLongField, streamFromFile, streamFromFile
public Object get(String columnName)
columnName
- for which to retrieve a valuecolumnName
in this rowpublic Object get(int columnIndex)
columnIndex
- for which to retrieve a valuecolumnIndex
in this rowpublic void writeMarshallable(@NotNull @NotNull net.openhft.chronicle.wire.WireOut wire)
@NotNull public <R> R copyTo(@NotNull R using)
Copyright © 2021. All rights reserved.