Uses of Interface
org.eclipse.collections.api.tuple.primitive.BooleanBooleanPair
| Package | Description |
|---|---|
| org.eclipse.collections.api.list.primitive |
This package contains mutable and immutable primitive list API.
|
| org.eclipse.collections.impl.factory.primitive |
This package contains static utilities for creating immutable primitive collection factories.
|
| org.eclipse.collections.impl.list.mutable.primitive |
This package contains implementations of the mutable primitive list 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 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.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.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.tuple.primitive
Classes in org.eclipse.collections.impl.tuple.primitive that implement BooleanBooleanPair Modifier and Type Class Description classBooleanBooleanPairImplThis 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 BooleanBooleanPairPrimitiveTuples. pair(boolean one, boolean two)Methods in org.eclipse.collections.impl.tuple.primitive with parameters of type BooleanBooleanPair Modifier and Type Method Description intBooleanBooleanPairImpl. compareTo(BooleanBooleanPair that)