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