public interface CoOccurrenceWriter<T extends SequenceElement>
Modifier and Type | Method and Description |
---|---|
void |
finish()
Implementations of this method should close everything they use, before eradication
|
void |
queueObject(CoOccurrenceWeight<T> object)
This method implementations should queue objects for writing out.
|
void |
writeObject(CoOccurrenceWeight<T> object)
This method implementations should write out objects immediately
|
void writeObject(CoOccurrenceWeight<T> object)
object
- void queueObject(CoOccurrenceWeight<T> object)
object
- void finish()