| Package | Description | 
|---|---|
| com.hazelcast.query | 
 Contains interfaces/classes related to Hazelcast query and indexing support. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static <K,V> PagingPredicate<K,V> | 
Predicates.pagingPredicate(Comparator<Map.Entry<K,V>> comparator,
               int pageSize)
Creates a paging predicate with a comparator and page size. 
 | 
static <K,V> PagingPredicate<K,V> | 
Predicates.pagingPredicate(int pageSize)
Creates a paging predicate with a page size. 
 | 
static <K,V> PagingPredicate<K,V> | 
Predicates.pagingPredicate(Predicate<K,V> predicate,
               Comparator<Map.Entry<K,V>> comparator,
               int pageSize)
Creates a paging predicate with an inner predicate, comparator and page size. 
 | 
static <K,V> PagingPredicate<K,V> | 
Predicates.pagingPredicate(Predicate predicate,
               int pageSize)
Creates a paging predicate with an inner predicate and page size. 
 | 
Copyright © 2022 Hazelcast, Inc.. All rights reserved.