Uses of Interface
org.eclipse.collections.api.tuple.primitive.BooleanBooleanPair
Packages that use BooleanBooleanPair
Package
Description
This package contains mutable and immutable primitive list API.
This package contains API for mutable and immutable primitive sets.
-
Uses of BooleanBooleanPair in org.eclipse.collections.api.list.primitive
Methods in org.eclipse.collections.api.list.primitive that return types with arguments of type BooleanBooleanPairModifier and TypeMethodDescriptiondefault ListIterable<BooleanBooleanPair>BooleanList.zipBoolean(BooleanIterable iterable) Returns aListIterableformed from thisBooleanListand anotherBooleanListby combining corresponding elements in pairs.default ImmutableList<BooleanBooleanPair>ImmutableBooleanList.zipBoolean(BooleanIterable iterable) Returns anImmutableListformed from thisImmutableBooleanListand anotherBooleanListby combining corresponding elements in pairs.default MutableList<BooleanBooleanPair>MutableBooleanList.zipBoolean(BooleanIterable iterable) Returns aMutableListformed from thisMutableBooleanListand anotherBooleanListby combining corresponding elements in pairs. -
Uses of BooleanBooleanPair in org.eclipse.collections.api.set.primitive
Methods in org.eclipse.collections.api.set.primitive that return types with arguments of type BooleanBooleanPairModifier and TypeMethodDescriptionBooleanSet.cartesianProduct(BooleanSet set) Returns the set whose members are all possible ordered pairs (a, b) where a is a member ofthisand b is a member ofset.