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 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. -
Uses of BooleanBooleanPair in org.eclipse.collections.api.tuple.primitive
Subinterfaces with type arguments of type BooleanBooleanPair in org.eclipse.collections.api.tuple.primitiveModifier and TypeInterfaceDescriptioninterfaceAn instance of this interface can be created by calling PrimitiveTuples.pair(boolean, boolean). -
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 TypeClassDescriptionclassThis file was automatically generated from template file primitivePrimitivePairImpl.stgMethods in org.eclipse.collections.impl.tuple.primitive that return BooleanBooleanPairModifier and TypeMethodDescriptionstatic BooleanBooleanPairPrimitiveTuples.pair(boolean one, boolean two) Methods in org.eclipse.collections.impl.tuple.primitive with parameters of type BooleanBooleanPair