Uses of Interface
org.apache.commons.collections4.bloomfilter.CellProducer.CellConsumer
Packages that use CellProducer.CellConsumer
Package
Description
Collects extensible Bloom filter classes and interfaces.
-
Uses of CellProducer.CellConsumer in org.apache.commons.collections4.bloomfilter
Methods in org.apache.commons.collections4.bloomfilter with parameters of type CellProducer.CellConsumerModifier and TypeMethodDescriptionboolean
ArrayCountingBloomFilter.forEachCell
(CellProducer.CellConsumer consumer) boolean
CellProducer.forEachCell
(CellProducer.CellConsumer consumer) Performs the given action for eachcell
where the cell count is non-zero.