Interface ITableWriterGeneric
-
- All Known Subinterfaces:
ITableWriterGeneric.Table
- All Known Implementing Classes:
DefaultIndexTable
,ITableWriterGeneric.Nop
public interface ITableWriterGeneric
Modifies the contents of anIIndexTable
.EXPERIMENTAL. This class or interface has been added as part of a work in progress. There is no guarantee that this API will work or that it will remain the same.
- Since:
- 2.0
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
ITableWriterGeneric.Nop
/dev/null implementationstatic interface
ITableWriterGeneric.Table
Intersection type for writers that are also tables
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
write(Direction direction, Tuple row)
Adds/removes a row to/from the table.
-