Class PageImpl<T>

java.lang.Object
com.atlassian.crowd.model.page.PageImpl<T>
All Implemented Interfaces:
Page<T>

public class PageImpl<T> extends Object implements Page<T>
  • Constructor Details

    • PageImpl

      public PageImpl(Iterable<T> results, int size, int start, int limit, boolean isLastPage)
  • Method Details

    • getResults

      public Iterable<T> getResults()
      Specified by:
      getResults in interface Page<T>
    • getSize

      public int getSize()
      Specified by:
      getSize in interface Page<T>
    • getStart

      public int getStart()
      Specified by:
      getStart in interface Page<T>
    • getLimit

      public int getLimit()
      Specified by:
      getLimit in interface Page<T>
    • isLastPage

      public boolean isLastPage()
      Specified by:
      isLastPage in interface Page<T>