Uses of Interface
org.apache.commons.collections4.bloomfilter.CellExtractor.CellPredicate
Packages that use CellExtractor.CellPredicate
Package
Description
Implements Bloom filter classes and interfaces.
-
Uses of CellExtractor.CellPredicate in org.apache.commons.collections4.bloomfilter
Methods in org.apache.commons.collections4.bloomfilter with parameters of type CellExtractor.CellPredicateModifier and TypeMethodDescriptionboolean
ArrayCountingBloomFilter.processCells
(CellExtractor.CellPredicate consumer) boolean
CellExtractor.processCells
(CellExtractor.CellPredicate consumer) Performs the given action for eachcell
where the cell count is non-zero.