Package org.gbif.api.util.iterables
Class BasePager<T>
- java.lang.Object
-
- org.gbif.api.util.iterables.BasePager<T>
-
- All Implemented Interfaces:
Iterable<T>
- Direct Known Subclasses:
CollectionDescriptorPager,CollectionsPager,DatasetConstituentPager,DatasetOccurrenceDownloadUsagesPager,DatasetPager,DatasetSearchResultsPager,DownloadStatisticPager,InstallationPager,InstitutionsPager,NetworkPager,NodeDatasetPager,NodeOrganizationPager,NodePager,OrganizationPager,OrgHostingPager,OrgPublishingPager
public abstract class BasePager<T> extends Object implements Iterable<T>
Iterator over registry entities from paging responses that filters out deleted entities.
-
-
Constructor Summary
Constructors Constructor Description BasePager(int pageSize)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description Iterator<T>iterator()abstract PagingResponse<T>nextPage(PagingRequest page)-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-