public class TextWriterPair extends TextWriterWriterInterface<Pair<?,?>>
| Constructor and Description |
|---|
TextWriterPair() |
| Modifier and Type | Method and Description |
|---|---|
void |
write(TextWriterStream out,
java.lang.String label,
Pair<?,?> object)
Serialize a pair, component-wise
|
writeObjectpublic void write(TextWriterStream out, java.lang.String label, Pair<?,?> object) throws java.io.IOException
write in class TextWriterWriterInterface<Pair<?,?>>out - Output streamlabel - Label to prefixobject - object to outputjava.io.IOException - on IO errorsCopyright © 2019 ELKI Development Team. License information.