public class Cell extends Object implements MapWriter
MapWriter.EntryWriter
Constructor and Description |
---|
Cell(int index,
String name,
Object val,
Object approxVal,
Variable.Type type,
Row row) |
Modifier and Type | Method and Description |
---|---|
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
public Cell(int index, String name, Object val, Object approxVal, Variable.Type type, Row row)
public void writeMap(MapWriter.EntryWriter ew) throws IOException
writeMap
in interface MapWriter
IOException
public Row getRow()
public Cell copy()
public String getName()
public Object getValue()
public Object getApproxValue()
Copyright © 2000-2020 Apache Software Foundation. All Rights Reserved.