Uses of Interface
org.apache.commons.collections4.bloomfilter.LongBiPredicate
Packages that use LongBiPredicate
Package
Description
Collects extensible 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
BitMapProducer.forEachBitMapPair
(BitMapProducer other, LongBiPredicate func) Applies thefunc
to each bit map pair in order.boolean
SimpleBloomFilter.forEachBitMapPair
(BitMapProducer other, LongBiPredicate func) boolean
WrappedBloomFilter.forEachBitMapPair
(BitMapProducer other, LongBiPredicate func)