public class Cell extends Object implements MapWriter
MapWriter.EntryWriter
Constructor and Description |
---|
Cell(int index,
String name,
Object val) |
Cell(int index,
String name,
Object val,
Object approxVal) |
Modifier and Type | Method and Description |
---|---|
Cell |
copy() |
Object |
getApproxValue() |
String |
getName() |
Object |
getValue() |
String |
toString() |
void |
writeMap(MapWriter.EntryWriter ew) |
public void writeMap(MapWriter.EntryWriter ew) throws IOException
writeMap
in interface MapWriter
IOException
public Cell copy()
public String getName()
public Object getValue()
public Object getApproxValue()
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.