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 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 aListIterableformed from thisBooleanListand aListIterableby combining corresponding elements in pairs.default <T> ImmutableList<BooleanObjectPair<T>> Returns anImmutableListformed from thisImmutableBooleanListand aListIterableby combining corresponding elements in pairs.default <T> MutableList<BooleanObjectPair<T>> Returns aMutableListformed from thisMutableBooleanListand aListIterableby combining corresponding elements in pairs. -
Uses of BooleanObjectPair in org.eclipse.collections.api.tuple.primitive
Subinterfaces with type arguments of type BooleanObjectPair in org.eclipse.collections.api.tuple.primitiveModifier and TypeInterfaceDescriptioninterfaceAn instance of this interface can be created by calling PrimitiveTuples.pair(boolean, Object). -
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 TypeClassDescriptionclassThis 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