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.
-
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.