public class Cell extends Object implements MapWriter
MapWriter.EntryWriter| 构造器和说明 |
|---|
Cell(int index,
String name,
Object val,
Object approxVal,
Variable.Type type,
Row row) |
| 限定符和类型 | 方法和说明 |
|---|---|
Cell |
copy() |
Object |
getApproxValue() |
String |
getName() |
Row |
getRow() |
Object |
getValue() |
String |
toString() |
void |
writeMap(MapWriter.EntryWriter ew) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait_forEachEntry, _forEachEntry, _forEachEntry, _get, _get, _getStr, _getStr, _sizepublic Cell(int index,
String name,
Object val,
Object approxVal,
Variable.Type type,
Row row)
public void writeMap(MapWriter.EntryWriter ew) throws IOException
writeMap 在接口中 MapWriterIOExceptionpublic Row getRow()
public Cell copy()
public String getName()
public Object getValue()
public Object getApproxValue()
Copyright © 2006–2022 The Apache Software Foundation. All rights reserved.