Class PageCursor

  • All Implemented Interfaces:

    
    public class PageCursor<T>
    
                        

    游标对象

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
      PageCursor(T startElement, int currentPage)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      T getStartElement() 获取当前起始元素
      int getCurrentPage() 获取当前页码(从1开始)
      static <T> PageCursor<T> empty()
      boolean isEmpty()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait