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
Fields in org.apache.commons.collections4.bloomfilter declared as LongBiPredicateMethods in org.apache.commons.collections4.bloomfilter with parameters of type LongBiPredicateModifier and TypeMethodDescriptiondefault booleanBitMapExtractor.processBitMapPairs(BitMapExtractor other, LongBiPredicate func) Applies thefuncto each bit map pair in order.booleanSimpleBloomFilter.processBitMapPairs(BitMapExtractor other, LongBiPredicate func) booleanWrappedBloomFilter.processBitMapPairs(BitMapExtractor other, LongBiPredicate func) Constructors in org.apache.commons.collections4.bloomfilter with parameters of type LongBiPredicateModifierConstructorDescription(package private)CountingLongPredicate(long[] ary, LongBiPredicate func) Constructs an instance that will compare the elements inarywith the elements returned byfunc.