Interface ITableWriterBinary<Source,Target>
-
- All Known Subinterfaces:
ITableWriterBinary.Table<Source,Target>
- All Known Implementing Classes:
ITableWriterBinary.Nop
,SimpleBinaryTable
public interface ITableWriterBinary<Source,Target>
Modifies the contents of a binaryIIndexTable
.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
ITableWriterBinary.Nop<Source,Target>
/dev/null implementationstatic interface
ITableWriterBinary.Table<Source,Target>
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, Source source, Target target)
Adds/removes a row to/from the table.
-