Uses of Interface
org.eclipse.collections.api.partition.PartitionIterable
Package
Description
This package contains interfaces for Eclipse Collections API.
This package contains interfaces for
PartitionIterable
.This package contains interfaces for
PartitionBag
.This package contains interfaces for
PartitionSortedBag
.This package contains interfaces for
PartitionList
.This package contains interfaces for
PartitionSet
.This package contains interfaces for
PartitionSortedSet
.This package contains interfaces for
PartitionStack
.This package contains implementations for Eclipse Collections API.
This package contains implementations of the
PartitionBag
interface.This package contains implementations of the
PartitionSortedBag
interface.This package contains implementations of the
PartitionList
interface.This package contains implementations of the
PartitionSet
interface.This package contains implementations of the
PartitionSet
interface.This package contains implementations of the
PartitionMutableSet
interface.This package contains implementations of the
PartitionStack
interface.This package contains static utilities that provide iteration pattern implementations which work with JCF collections.
-
Uses of PartitionIterable in org.eclipse.collections.api
Modifier and TypeMethodDescriptionFilters a collection into a PartitionedIterable based on the evaluation of the predicate.<P> PartitionIterable<T>
RichIterable.partitionWith
(Predicate2<? super T, ? super P> predicate, P parameter) Filters a collection into a PartitionIterable based on the evaluation of the predicate. -
Uses of PartitionIterable in org.eclipse.collections.api.partition
Modifier and TypeInterfaceDescriptioninterface
A PartitionImmutableCollection is the result of splitting an immutable collection into two immutable collections based on a Predicate.interface
A PartitionMutableCollection is the result of splitting a mutable collection into two mutable collections based on a Predicate. -
Uses of PartitionIterable in org.eclipse.collections.api.partition.bag
Modifier and TypeInterfaceDescriptioninterface
PartitionBag<T>
A PartitionBag is the result of splitting a bag into two Bags based on a Predicate.interface
A PartitionImmutableBag is the result of splitting an immutable bag into two immutable bags based on a Predicate.interface
A PartitionImmutableBagIterable is the result of splitting a mutable bag into two ImmutableBagIterables based on a Predicate.interface
A PartitionMutableBag is the result of splitting a mutable bag into two mutable bags based on a Predicate.interface
A PartitionMutableBagIterable is the result of splitting a mutable bag into two MutableBagIterables based on a Predicate.interface
-
Uses of PartitionIterable in org.eclipse.collections.api.partition.bag.sorted
Modifier and TypeInterfaceDescriptioninterface
A PartitionImmutableSortedBag is the result of splitting an immutable sorted bag into two immutable sorted bags based on a Predicate.interface
interface
-
Uses of PartitionIterable in org.eclipse.collections.api.partition.list
Modifier and TypeInterfaceDescriptioninterface
A PartitionImmutableList is the result of splitting an immutable list into two immutable lists based on a Predicate.interface
A PartitionList is the result of splitting a ListIterable into two ListIterables based on a Predicate.interface
A PartitionMutableList is the result of splitting a mutable list into two mutable lists based on a Predicate. -
Uses of PartitionIterable in org.eclipse.collections.api.partition.ordered
Modifier and TypeInterfaceDescriptioninterface
A PartitionOrderedIterable is the result of splitting a OrderedIterable into two OrderedIterables based on a Predicate.interface
A PartitionReversibleIterable is the result of splitting a ReversibleIterable into two ReversibleIterables based on a Predicate.interface
A PartitionSortedIterable is the result of splitting a SortedIterable into two SortedIterables based on a Predicate. -
Uses of PartitionIterable in org.eclipse.collections.api.partition.set
Modifier and TypeInterfaceDescriptioninterface
A PartitionImmutableSet is the result of splitting an immutable set into two immutable sets based on a Predicate.interface
A PartitionImmutableSetIterable is the result of splitting a ImmutableSetIterable into two ImmutableSetIterables based on a Predicate.interface
A PartitionMutableSet is the result of splitting a mutable set into two mutable sets based on a Predicate.interface
A PartitionMutableSetIterable is the result of splitting a MutableSetIterable into two MutableSetIterables based on a Predicate.interface
PartitionSet<T>
A PartitionSet is the result of splitting a SetIterable into two SetIterables based on a Predicate.interface
A PartitionUnsortedSet is the result of splitting two UnsortedSetIterable on a Predicate. -
Uses of PartitionIterable in org.eclipse.collections.api.partition.set.sorted
Modifier and TypeInterfaceDescriptioninterface
A PartitionImmutableSortedSet is the result of splitting an immutable sorted set into two immutable sorted sets based on a Predicate.interface
A PartitionMutableSortedSet is the result of splitting a mutable sorted set into two mutable sorted sets based on a Predicate.interface
A PartitionSortedSet is the result of splitting a SortedSetIterable into two SortedSetIterables based on a Predicate. -
Uses of PartitionIterable in org.eclipse.collections.api.partition.stack
Modifier and TypeInterfaceDescriptioninterface
A PartitionImmutableStack is the result of splitting an immutable stack into two immutable stacks based on a Predicate.interface
A PartitionMutableStack is the result of splitting a mutable stack into two mutable stacks on a Predicate.interface
A PartitionStack is the result of splitting a StackIterable into two StackIterables based on a Predicate. -
Uses of PartitionIterable in org.eclipse.collections.impl
Modifier and TypeMethodDescription<P> PartitionIterable<T>
UnmodifiableRichIterable.partitionWith
(Predicate2<? super T, ? super P> predicate, P parameter) -
Uses of PartitionIterable in org.eclipse.collections.impl.collection
Modifier and TypeMethodDescription<P> PartitionIterable<T>
AbstractSynchronizedRichIterable.partitionWith
(Predicate2<? super T, ? super P> predicate, P parameter) -
Uses of PartitionIterable in org.eclipse.collections.impl.partition.bag
-
Uses of PartitionIterable in org.eclipse.collections.impl.partition.bag.sorted
Modifier and TypeClassDescriptionclass
class
-
Uses of PartitionIterable in org.eclipse.collections.impl.partition.list
-
Uses of PartitionIterable in org.eclipse.collections.impl.partition.set
-
Uses of PartitionIterable in org.eclipse.collections.impl.partition.set.sorted
Modifier and TypeClassDescriptionclass
class
-
Uses of PartitionIterable in org.eclipse.collections.impl.partition.set.strategy
-
Uses of PartitionIterable in org.eclipse.collections.impl.partition.stack
Modifier and TypeClassDescriptionclass
class
-
Uses of PartitionIterable in org.eclipse.collections.impl.utility
Modifier and TypeMethodDescriptionstatic <T> PartitionIterable<T>
Filters a collection into a PartitionIterable based on a predicate.static <T,
P> PartitionIterable<T> Iterate.partitionWith
(Iterable<T> iterable, Predicate2<? super T, ? super P> predicate, P parameter) Filters a collection into a PartitionIterable based on a predicate.