de.lmu.ifi.dbs.elki.result.textwriter.writers
Class TextWriterPair
java.lang.Object
de.lmu.ifi.dbs.elki.result.textwriter.TextWriterWriterInterface<Pair<?,?>>
de.lmu.ifi.dbs.elki.result.textwriter.writers.TextWriterPair
public class TextWriterPair
- extends TextWriterWriterInterface<Pair<?,?>>
Write a pair
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TextWriterPair
public TextWriterPair()
write
public void write(TextWriterStream out,
String label,
Pair<?,?> object)
throws UnableToComplyException,
IOException
- Serialize a pair, component-wise
- Specified by:
write
in class TextWriterWriterInterface<Pair<?,?>>
- Parameters:
out
- Output streamlabel
- Label to prefixobject
- object to output
- Throws:
UnableToComplyException
- on errors
IOException
- on IO errors