Class Pages


  • public class Pages
    extends java.lang.Object
    Utility class for Pages.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static <ResourceT>
      Page<ResourceT>
      empty()
      Returns a page that contains nothing.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • empty

        public static <ResourceT> Page<ResourceT> empty()
        Returns a page that contains nothing.