Interface PageIndexer


public interface PageIndexer
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Returns maximum index value returned.
    int[]
    Returns the unique index of each position value.
  • Method Details

    • indexPage

      int[] indexPage(Page page)
      Returns the unique index of each position value.
    • getMaxIndex

      int getMaxIndex()
      Returns maximum index value returned.