Uses of Interface
org.eclipse.collections.api.tuple.primitive.BooleanBooleanPair
-
Packages that use BooleanBooleanPair Package Description org.eclipse.collections.api.list.primitive This package contains mutable and immutable primitive list API.org.eclipse.collections.api.set.primitive This package contains API for mutable and immutable primitive sets.org.eclipse.collections.impl.factory.primitive This package contains static utilities for creating immutable primitive collection factories.org.eclipse.collections.impl.list.immutable.primitive This package contains implementations of immutable primitive list interfaces and immutable primitive list factory interfaces.org.eclipse.collections.impl.list.mutable.primitive This package contains implementations of the mutable primitive list interfaces.org.eclipse.collections.impl.set.immutable.primitive This package contains implementations of the immutable primitive set interfaces.org.eclipse.collections.impl.set.mutable.primitive This package contains implementations of the mutable primitive set interfaces.org.eclipse.collections.impl.tuple.primitive -
-
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 BooleanBooleanPair Modifier and Type Method Description default 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 BooleanBooleanPair Modifier and Type Method Description LazyIterable<BooleanBooleanPair>
BooleanSet. 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 BooleanBooleanPair Modifier and Type Method Description static <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 BooleanBooleanPair Modifier and Type Method Description ImmutableList<BooleanBooleanPair>
ImmutableBooleanEmptyList. zipBoolean(BooleanIterable iterable)
ImmutableList<BooleanBooleanPair>
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 BooleanBooleanPair Modifier and Type Method Description MutableList<BooleanBooleanPair>
SynchronizedBooleanList. zipBoolean(BooleanIterable iterable)
MutableList<BooleanBooleanPair>
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 BooleanBooleanPair Modifier and Type Method Description LazyIterable<BooleanBooleanPair>
ImmutableBooleanEmptySet. cartesianProduct(BooleanSet set)
LazyIterable<BooleanBooleanPair>
ImmutableFalseSet. cartesianProduct(BooleanSet set)
LazyIterable<BooleanBooleanPair>
ImmutableTrueFalseSet. cartesianProduct(BooleanSet set)
LazyIterable<BooleanBooleanPair>
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 BooleanBooleanPair Modifier and Type Method Description LazyIterable<BooleanBooleanPair>
BooleanHashSet. cartesianProduct(BooleanSet set)
LazyIterable<BooleanBooleanPair>
SynchronizedBooleanSet. cartesianProduct(BooleanSet set)
LazyIterable<BooleanBooleanPair>
UnmodifiableBooleanSet. cartesianProduct(BooleanSet set)
-
Uses of BooleanBooleanPair in org.eclipse.collections.impl.tuple.primitive
Classes in org.eclipse.collections.impl.tuple.primitive that implement BooleanBooleanPair Modifier and Type Class Description class
BooleanBooleanPairImpl
This file was automatically generated from template file primitivePrimitivePairImpl.stgMethods in org.eclipse.collections.impl.tuple.primitive that return BooleanBooleanPair Modifier and Type Method Description static BooleanBooleanPair
PrimitiveTuples. pair(boolean one, boolean two)
Methods in org.eclipse.collections.impl.tuple.primitive with parameters of type BooleanBooleanPair Modifier and Type Method Description int
BooleanBooleanPairImpl. compareTo(BooleanBooleanPair that)
-