类 BufferedRowList

    • 构造器详细资料

      • BufferedRowList

        public BufferedRowList​(List<Row> rowList)
      • BufferedRowList

        public BufferedRowList​(Iterator<Row> ris)
        Create a new instance by filling the internal buffer by draining the row stream.
        参数:
        ris - Rows iterator
    • 方法详细资料

      • previous

        public Row previous()
        从接口复制的说明: RowList
        Optionally iterate backwards on the list.
        指定者:
        previous 在接口中 RowList
        返回:
        Row
      • get

        public Row get​(int n)
        从接口复制的说明: RowList
        Optionally retrieve Row at index n. Only works on non dynamic row lists.
        指定者:
        get 在接口中 RowList
        参数:
        n - row number
        返回:
        Row
      • getPosition

        public int getPosition()
        从接口复制的说明: RowList
        Returns the current position.
        指定者:
        getPosition 在接口中 RowList
        返回:
        the current row number
      • size

        public int size()
        从接口复制的说明: RowList
        Only works on non dynamic row lists.
        指定者:
        size 在接口中 RowList
        返回:
        the size of this row list