Uses of Interface
org.eclipse.collections.api.tuple.primitive.BooleanObjectPair
Packages that use BooleanObjectPair
Package
Description
This package contains mutable and immutable primitive list API.
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.
-
Uses of BooleanObjectPair in org.eclipse.collections.api.list.primitive
Methods in org.eclipse.collections.api.list.primitive that return types with arguments of type BooleanObjectPairModifier and TypeMethodDescriptiondefault <T> ListIterable
<BooleanObjectPair<T>> Returns aListIterable
formed from thisBooleanList
and aListIterable
by combining corresponding elements in pairs.default <T> ImmutableList
<BooleanObjectPair<T>> Returns anImmutableList
formed from thisImmutableBooleanList
and aListIterable
by combining corresponding elements in pairs.default <T> MutableList
<BooleanObjectPair<T>> Returns aMutableList
formed from thisMutableBooleanList
and aListIterable
by combining corresponding elements in pairs. -
Uses of BooleanObjectPair in org.eclipse.collections.impl.list.immutable.primitive
Methods in org.eclipse.collections.impl.list.immutable.primitive that return types with arguments of type BooleanObjectPairModifier and TypeMethodDescription<T> ImmutableList
<BooleanObjectPair<T>> <T> ImmutableList
<BooleanObjectPair<T>> -
Uses of BooleanObjectPair in org.eclipse.collections.impl.list.mutable.primitive
Methods in org.eclipse.collections.impl.list.mutable.primitive that return types with arguments of type BooleanObjectPairModifier and TypeMethodDescription<T> MutableList
<BooleanObjectPair<T>> <T> MutableList
<BooleanObjectPair<T>> -
Uses of BooleanObjectPair in org.eclipse.collections.impl.tuple.primitive
Classes in org.eclipse.collections.impl.tuple.primitive that implement BooleanObjectPairModifier and TypeClassDescriptionclass
This file was automatically generated from template file primitiveObjectPairImpl.stgMethods in org.eclipse.collections.impl.tuple.primitive that return BooleanObjectPairModifier and TypeMethodDescriptionstatic <T> BooleanObjectPair
<T> PrimitiveTuples.pair
(boolean one, T two) Methods in org.eclipse.collections.impl.tuple.primitive with parameters of type BooleanObjectPair