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.
This package contains static utilities for creating immutable primitive collection factories.
This package contains implementations of immutable primitive list interfaces and immutable primitive list factory interfaces.
This package contains implementations of the mutable primitive list interfaces.
This package contains implementations of the immutable primitive set interfaces.
This package contains implementations of the mutable primitive set interfaces.
-
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 aListIterable
formed from thisBooleanList
and anotherBooleanList
by combining corresponding elements in pairs.default ImmutableList
<BooleanBooleanPair> ImmutableBooleanList.zipBoolean
(BooleanIterable iterable) Returns anImmutableList
formed from thisImmutableBooleanList
and anotherBooleanList
by combining corresponding elements in pairs.default MutableList
<BooleanBooleanPair> MutableBooleanList.zipBoolean
(BooleanIterable iterable) Returns aMutableList
formed from thisMutableBooleanList
and anotherBooleanList
by 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 ofthis
and b is a member ofset
. -
Uses of BooleanBooleanPair in org.eclipse.collections.impl.factory.primitive
Methods in org.eclipse.collections.impl.factory.primitive that return types with arguments of type BooleanBooleanPairModifier and TypeMethodDescriptionstatic <A,
B> LazyIterable <BooleanBooleanPair> BooleanSets.cartesianProduct
(BooleanSet set1, BooleanSet set2) -
Uses of BooleanBooleanPair in org.eclipse.collections.impl.list.immutable.primitive
Methods in org.eclipse.collections.impl.list.immutable.primitive that return types with arguments of type BooleanBooleanPairModifier and TypeMethodDescriptionImmutableBooleanEmptyList.zipBoolean
(BooleanIterable iterable) ImmutableBooleanSingletonList.zipBoolean
(BooleanIterable iterable) -
Uses of BooleanBooleanPair in org.eclipse.collections.impl.list.mutable.primitive
Methods in org.eclipse.collections.impl.list.mutable.primitive that return types with arguments of type BooleanBooleanPairModifier and TypeMethodDescriptionSynchronizedBooleanList.zipBoolean
(BooleanIterable iterable) UnmodifiableBooleanList.zipBoolean
(BooleanIterable iterable) -
Uses of BooleanBooleanPair in org.eclipse.collections.impl.set.immutable.primitive
Methods in org.eclipse.collections.impl.set.immutable.primitive that return types with arguments of type BooleanBooleanPairModifier and TypeMethodDescriptionImmutableBooleanEmptySet.cartesianProduct
(BooleanSet set) ImmutableFalseSet.cartesianProduct
(BooleanSet set) ImmutableTrueFalseSet.cartesianProduct
(BooleanSet set) ImmutableTrueSet.cartesianProduct
(BooleanSet set) -
Uses of BooleanBooleanPair in org.eclipse.collections.impl.set.mutable.primitive
Methods in org.eclipse.collections.impl.set.mutable.primitive that return types with arguments of type BooleanBooleanPairModifier and TypeMethodDescriptionBooleanHashSet.cartesianProduct
(BooleanSet set) SynchronizedBooleanSet.cartesianProduct
(BooleanSet set) UnmodifiableBooleanSet.cartesianProduct
(BooleanSet set) -
Uses of BooleanBooleanPair in org.eclipse.collections.impl.tuple.primitive
Classes in org.eclipse.collections.impl.tuple.primitive that implement BooleanBooleanPairModifier and TypeClassDescriptionclass
This file was automatically generated from template file primitivePrimitivePairImpl.stgMethods in org.eclipse.collections.impl.tuple.primitive that return BooleanBooleanPairModifier and TypeMethodDescriptionstatic BooleanBooleanPair
PrimitiveTuples.pair
(boolean one, boolean two) Methods in org.eclipse.collections.impl.tuple.primitive with parameters of type BooleanBooleanPair