Uses of Interface
org.eclipse.collections.api.tuple.primitive.BooleanObjectPair
-
Packages that use BooleanObjectPair Package Description org.eclipse.collections.api.list.primitive This package contains mutable and immutable primitive list API.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.tuple.primitive -
-
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 BooleanObjectPair Modifier and Type Method Description default <T> ListIterable<BooleanObjectPair<T>>BooleanList. zip(java.lang.Iterable<T> iterable)Returns aListIterableformed from thisBooleanListand aListIterableby combining corresponding elements in pairs.default <T> ImmutableList<BooleanObjectPair<T>>ImmutableBooleanList. zip(java.lang.Iterable<T> iterable)Returns anImmutableListformed from thisImmutableBooleanListand aListIterableby combining corresponding elements in pairs.default <T> MutableList<BooleanObjectPair<T>>MutableBooleanList. zip(java.lang.Iterable<T> list)Returns aMutableListformed from thisMutableBooleanListand aListIterableby 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 BooleanObjectPair Modifier and Type Method Description <T> ImmutableList<BooleanObjectPair<T>>ImmutableBooleanEmptyList. zip(java.lang.Iterable<T> iterable)<T> ImmutableList<BooleanObjectPair<T>>ImmutableBooleanSingletonList. zip(java.lang.Iterable<T> iterable) -
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 BooleanObjectPair Modifier and Type Method Description <T> MutableList<BooleanObjectPair<T>>SynchronizedBooleanList. zip(java.lang.Iterable<T> iterable)<T> MutableList<BooleanObjectPair<T>>UnmodifiableBooleanList. zip(java.lang.Iterable<T> iterable) -
Uses of BooleanObjectPair in org.eclipse.collections.impl.tuple.primitive
Classes in org.eclipse.collections.impl.tuple.primitive that implement BooleanObjectPair Modifier and Type Class Description classBooleanObjectPairImpl<T>This file was automatically generated from template file primitiveObjectPairImpl.stgMethods in org.eclipse.collections.impl.tuple.primitive that return BooleanObjectPair Modifier and Type Method Description static <T> BooleanObjectPair<T>PrimitiveTuples. pair(boolean one, T two)Methods in org.eclipse.collections.impl.tuple.primitive with parameters of type BooleanObjectPair Modifier and Type Method Description intBooleanObjectPairImpl. compareTo(BooleanObjectPair<T> that)
-