类 CurrentRowRange

    • 构造器详细资料

      • CurrentRowRange

        public CurrentRowRange()
    • 方法详细资料

      • getStartIndex

        public <T> Integer getStartIndex​(Integer currentRowIndex,
                                         List<T> windowList)
        从接口复制的说明: WindowRange
        get the window sliding start boundary
        指定者:
        getStartIndex 在接口中 WindowRange
        参数:
        currentRowIndex - the current row index
        windowList - the current window data
      • getEndIndex

        public <T> Integer getEndIndex​(Integer currentRowIndex,
                                       List<T> windowList)
        从接口复制的说明: WindowRange
        get the window sliding end boundary
        指定者:
        getEndIndex 在接口中 WindowRange
        参数:
        currentRowIndex - the current row index
        windowList - the current window data