Class SearchPagingIterator<T>

  • All Implemented Interfaces:
    StripeObjectInterface, java.util.Iterator<T>

    public class SearchPagingIterator<T>
    extends ApiResource
    implements java.util.Iterator<T>
    Please note SearchPagingIterator is in beta and is subject to change or removal at any time.
    • Method Detail

      • hasNext

        public boolean hasNext()
        Specified by:
        hasNext in interface java.util.Iterator<T>
      • next

        public T next()
        Specified by:
        next in interface java.util.Iterator<T>
      • remove

        public void remove()
        Specified by:
        remove in interface java.util.Iterator<T>