public final class PredicateUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static int |
estimatedSizeOf(Collection<QueryableEntry> result)
In case of AndResultSet and OrResultSet calling size() may be very
expensive so quicker estimatedSize() is used.
|
public static int estimatedSizeOf(Collection<QueryableEntry> result)
result - result of a predicated searchAndResultSet.estimatedSize(),
OrResultSet.estimatedSize()Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.