Uses of Interface
org.apache.commons.collections4.bloomfilter.CellExtractor.CellPredicate
-
Packages that use CellExtractor.CellPredicate Package Description org.apache.commons.collections4.bloomfilter 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.CellPredicate Modifier and Type Method Description booleanArrayCountingBloomFilter. processCells(CellExtractor.CellPredicate consumer)booleanCellExtractor. processCells(CellExtractor.CellPredicate consumer)Performs the given action for eachcellwhere the cell count is non-zero.
-