Uses of Interface
org.apache.commons.collections4.bloomfilter.LongBiPredicate
Packages that use LongBiPredicate
Package
Description
Implements Bloom filter classes and interfaces.
-
Uses of LongBiPredicate in org.apache.commons.collections4.bloomfilter
Methods in org.apache.commons.collections4.bloomfilter with parameters of type LongBiPredicateModifier and TypeMethodDescriptiondefault boolean
BitMapExtractor.processBitMapPairs
(BitMapExtractor other, LongBiPredicate func) Applies thefunc
to each bit map pair in order.boolean
SimpleBloomFilter.processBitMapPairs
(BitMapExtractor other, LongBiPredicate func) boolean
WrappedBloomFilter.processBitMapPairs
(BitMapExtractor other, LongBiPredicate func)