Package org.gbif.api.util.iterables
Class OrganizationPager
java.lang.Object
org.gbif.api.util.iterables.BasePager<T>
org.gbif.api.util.iterables.OrganizationPager
- All Implemented Interfaces:
Iterable<Organization>
Pages through all organizations optionally filtering by country.
-
Constructor Summary
ConstructorsConstructorDescriptionOrganizationPager
(OrganizationService service, Country country, int pageSize) -
Method Summary
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
-
Constructor Details
-
OrganizationPager
-
-
Method Details
-
nextPage
- Specified by:
nextPage
in classBasePager<Organization>
-