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 binary IIndexTable.

    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
    • Method Detail

      • write

        void write​(Direction direction,
                   Source source,
                   Target target)
        Adds/removes a row to/from the table.
        Parameters:
        direction - tells whether putting a row into the table or deleting TODO: store as multiset, return bool?