Class IndexTableId

  • All Implemented Interfaces:
    TableId

    public final class IndexTableId
    extends Identifier<Integer>
    implements TableId
    Table identifier representing the position of the table in the pipeline.
    • Method Detail

      • type

        public TableId.Type type()
        Description copied from interface: TableId
        Gets type of this table ID.
        Specified by:
        type in interface TableId
        Returns:
        type
      • compareTo

        public int compareTo​(TableId other)
        Description copied from interface: TableId
        Compares table ID.
        Specified by:
        compareTo in interface TableId
        Parameters:
        other - table ID to be compared
        Returns:
        zero if the table IDs are the same. Otherwise, return a non-zero integer
      • of

        public static IndexTableId of​(int index)
        Returns a table identifier for the given index.
        Parameters:
        index - table index
        Returns:
        table identifier