Class PagedSectionsSpliterator
-
- All Implemented Interfaces:
-
java.util.Spliterator
public class PagedSectionsSpliterator extends AbstractPagedRestApiSpliterator<T>
-
-
Constructor Summary
Constructors Constructor Description PagedSectionsSpliterator(SectionsApi sectionsApi, ObjectMapper objectMapper)
PagedSectionsSpliterator(SectionsApi sectionsApi, ObjectMapper objectMapper, int requestedPageSize)
-
Method Summary
Modifier and Type Method Description int
characteristics()
Comparator<in CmsSection>
getComparator()
-
-
Constructor Detail
-
PagedSectionsSpliterator
PagedSectionsSpliterator(SectionsApi sectionsApi, ObjectMapper objectMapper)
-
PagedSectionsSpliterator
PagedSectionsSpliterator(SectionsApi sectionsApi, ObjectMapper objectMapper, int requestedPageSize)
-
-
Method Detail
-
characteristics
int characteristics()
-
getComparator
@Nonnull() Comparator<in CmsSection> getComparator()
-
-
-
-