public static class ITableWriterBinary.Nop<Source,Target> extends java.lang.Object implements ITableWriterBinary<Source,Target>
ITableWriterBinary.Nop<Source,Target>, ITableWriterBinary.Table<Source,Target>
Constructor and Description |
---|
Nop() |
Modifier and Type | Method and Description |
---|---|
void |
write(Direction direction,
Source source,
Target target)
Adds/removes a row to/from the table.
|
public void write(Direction direction, Source source, Target target)
ITableWriterBinary
write
in interface ITableWriterBinary<Source,Target>
direction
- tells whether putting a row into the table or deleting
TODO: store as multiset, return bool?