Package org.gbif.api.util.iterables
Class CollectionDescriptorVerbatimPager
- java.lang.Object
-
- org.gbif.api.util.iterables.CollectionDescriptorVerbatimPager
-
-
Constructor Summary
Constructors Constructor Description CollectionDescriptorVerbatimPager(DescriptorsService service, DescriptorSearchRequest searchRequest, int pageSize)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Iterator<Map<String,String>>
iterator()
List<Map<String,String>>
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
-
-
-
-
Constructor Detail
-
CollectionDescriptorVerbatimPager
public CollectionDescriptorVerbatimPager(DescriptorsService service, DescriptorSearchRequest searchRequest, int pageSize)
-
-