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