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 © 2018 Hazelcast, Inc.. All Rights Reserved.