Uses of Interface
org.eclipse.collections.api.tuple.Twin
Packages that use Twin
Package
Description
This package contains implementations of the
MutableBag
interface.This package contains implementations of the
MutableCollection
interface.This package contains implementations of the
FixedSizeList
interface.This package contains implementations of the
MutableList
interface.This package contains implementations of
MutableSet
.This package contains implementations of sets with user defined
HashingStrategy
s.This package contains static utilities that provide iteration pattern implementations which work with JCF collections.
This package contains static utilities that provide internal iteration pattern implementations which work with JCF collections.
-
Uses of Twin in org.eclipse.collections.api.collection
Methods in org.eclipse.collections.api.collection that return TwinModifier and TypeMethodDescription<P> Twin<MutableList<T>>
MutableCollection.selectAndRejectWith
(Predicate2<? super T, ? super P> predicate, P parameter) Deprecated. -
Uses of Twin in org.eclipse.collections.api.tuple
Methods in org.eclipse.collections.api.tuple that return Twin -
Uses of Twin in org.eclipse.collections.impl.bag.mutable
Methods in org.eclipse.collections.impl.bag.mutable that return TwinModifier and TypeMethodDescription<P> Twin<MutableList<T>>
AbstractMutableBagIterable.selectAndRejectWith
(Predicate2<? super T, ? super P> predicate, P parameter) -
Uses of Twin in org.eclipse.collections.impl.collection.mutable
Methods in org.eclipse.collections.impl.collection.mutable that return TwinModifier and TypeMethodDescription<P> Twin<MutableList<T>>
AbstractCollectionAdapter.selectAndRejectWith
(Predicate2<? super T, ? super P> predicate, P parameter) <P> Twin<MutableList<T>>
AbstractMultiReaderMutableCollection.selectAndRejectWith
(Predicate2<? super T, ? super P> predicate, P parameter) <P> Twin<MutableList<T>>
AbstractMutableCollection.selectAndRejectWith
(Predicate2<? super T, ? super P> predicate, P parameter) <P> Twin<MutableList<T>>
AbstractSynchronizedMutableCollection.selectAndRejectWith
(Predicate2<? super T, ? super P> predicate, P parameter) <P> Twin<MutableList<T>>
AbstractUnmodifiableMutableCollection.selectAndRejectWith
(Predicate2<? super T, ? super P> predicate, P parameter) -
Uses of Twin in org.eclipse.collections.impl.list.fixed
Methods in org.eclipse.collections.impl.list.fixed that return TwinModifier and TypeMethodDescription<P> Twin<MutableList<T>>
AbstractArrayAdapter.selectAndRejectWith
(Predicate2<? super T, ? super P> predicate, P parameter) -
Uses of Twin in org.eclipse.collections.impl.list.mutable
Methods in org.eclipse.collections.impl.list.mutable that return TwinModifier and TypeMethodDescription<P> Twin<MutableList<T>>
AbstractMutableList.selectAndRejectWith
(Predicate2<? super T, ? super P> predicate, P parameter) <P> Twin<MutableList<T>>
FastList.selectAndRejectWith
(Predicate2<? super T, ? super P> predicate, P parameter) -
Uses of Twin in org.eclipse.collections.impl.set.mutable
Methods in org.eclipse.collections.impl.set.mutable that return TwinModifier and TypeMethodDescription<P> Twin<MutableList<T>>
UnifiedSet.selectAndRejectWith
(Predicate2<? super T, ? super P> predicate, P parameter) -
Uses of Twin in org.eclipse.collections.impl.set.strategy.mutable
Methods in org.eclipse.collections.impl.set.strategy.mutable that return TwinModifier and TypeMethodDescription<P> Twin<MutableList<T>>
UnifiedSetWithHashingStrategy.selectAndRejectWith
(Predicate2<? super T, ? super P> predicate, P parameter) -
Uses of Twin in org.eclipse.collections.impl.tuple
Methods in org.eclipse.collections.impl.tuple that return Twin -
Uses of Twin in org.eclipse.collections.impl.utility
Methods in org.eclipse.collections.impl.utility that return TwinModifier and TypeMethodDescriptionstatic <T,
P> Twin<MutableList<T>> ArrayIterate.selectAndRejectWith
(T[] objectArray, Predicate2<? super T, ? super P> predicate, P parameter) Deprecated.since 6.0 useRichIterable.partitionWith(Predicate2, Object)
instead.static <T,
P> Twin<MutableList<T>> ArrayListIterate.selectAndRejectWith
(ArrayList<T> list, Predicate2<? super T, ? super P> predicate, P parameter) static <T,
IV> Twin<MutableList<T>> Iterate.selectAndRejectWith
(Iterable<T> iterable, Predicate2<? super T, ? super IV> predicate, IV injectedValue) Filters a collection into two separate collections based on a predicate returned via a Twin.static <T,
IV> Twin<MutableList<T>> ListIterate.selectAndRejectWith
(List<T> list, Predicate2<? super T, ? super IV> predicate, IV injectedValue) StringIterate.splitAtIndex
(String aString, int index) -
Uses of Twin in org.eclipse.collections.impl.utility.internal
Methods in org.eclipse.collections.impl.utility.internal that return TwinModifier and TypeMethodDescriptionstatic <T,
P> Twin<MutableList<T>> InternalArrayIterate.selectAndRejectWith
(T[] objectArray, int size, Predicate2<? super T, ? super P> predicate, P parameter) Deprecated.since 6.0 useRichIterable.partitionWith(Predicate2, Object)
instead.static <T,
IV> Twin<MutableList<T>> IterableIterate.selectAndRejectWith
(Iterable<T> iterable, Predicate2<? super T, ? super IV> predicate, IV injectedValue) static <T,
P> Twin<MutableList<T>> IteratorIterate.selectAndRejectWith
(Iterator<T> iterator, Predicate2<? super T, ? super P> predicate, P parameter) static <T,
IV> Twin<MutableList<T>> RandomAccessListIterate.selectAndRejectWith
(List<T> list, Predicate2<? super T, ? super IV> predicate, IV injectedValue)
RichIterable.partitionWith(Predicate2, Object)
instead.