de.lmu.ifi.dbs.elki.result.textwriter.writers
Class TextWriterObjectArray<T>
java.lang.Object
de.lmu.ifi.dbs.elki.result.textwriter.TextWriterWriterInterface<T[]>
de.lmu.ifi.dbs.elki.result.textwriter.writers.TextWriterObjectArray<T>
public class TextWriterObjectArray<T>
- extends TextWriterWriterInterface<T[]>
Write an object into the inline section, using the objects toString method.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TextWriterObjectArray
public TextWriterObjectArray()
write
public void write(TextWriterStream out,
String label,
T[] v)
- Serialize an object into the inline section.
- Specified by:
write in class TextWriterWriterInterface<T[]>
- Parameters:
out - Output streamlabel - Label to prefixv - object to output