EMPTY_ARRAY| 限定符和类型 | 方法和说明 |
|---|---|
int |
getColumnCount()
Get the column count.
|
long |
getKey()
Get the unique key of the row.
|
int |
getMemory()
Get the estimated memory used for this row, in bytes.
|
Value |
getValue(int i)
Get the value for the column
|
int |
getVersion()
Get the version of the row.
|
void |
setKey(long key)
Set the unique key of the row.
|
void |
setKeyAndVersion(SearchRow row)
Set the position and version to match another row.
|
void |
setValue(int i,
Value v)
Set the value for given column
|
String |
toString() |
public SimpleRow(Value[] data)
public int getColumnCount()
SearchRowgetColumnCount 在接口中 SearchRowpublic long getKey()
SearchRowpublic void setKey(long key)
SearchRowpublic void setKeyAndVersion(SearchRow row)
SearchRowsetKeyAndVersion 在接口中 SearchRowrow - the other row.public int getVersion()
SearchRowgetVersion 在接口中 SearchRowCopyright © 2017. All rights reserved.