Class EmptyPage<E>

  • All Implemented Interfaces:
    Page<E>

    public class EmptyPage<E>
    extends java.lang.Object
    implements Page<E>
    • Method Detail

      • getPageSize

        public int getPageSize()
        Specified by:
        getPageSize in interface Page<E>
        Returns:
        Zero
      • hasNextPage

        public boolean hasNextPage()
        Specified by:
        hasNextPage in interface Page<E>
        Returns:
        False
      • getNextPageToken

        public java.util.Optional<java.lang.String> getNextPageToken()
        Specified by:
        getNextPageToken in interface Page<E>
        Returns:
        An empty Optional.
      • getItems

        public java.lang.Iterable getItems()
        Specified by:
        getItems in interface Page<E>
        Returns:
        An empty iterable.