Uses of Interface
org.eclipse.collections.api.partition.PartitionIterable
-
Packages that use PartitionIterable Package Description org.eclipse.collections.api This package contains interfaces for Eclipse Collections API.org.eclipse.collections.api.partition This package contains interfaces forPartitionIterable.org.eclipse.collections.api.partition.bag This package contains interfaces forPartitionBag.org.eclipse.collections.api.partition.bag.sorted This package contains interfaces forPartitionSortedBag.org.eclipse.collections.api.partition.list This package contains interfaces forPartitionList.org.eclipse.collections.api.partition.ordered org.eclipse.collections.api.partition.set This package contains interfaces forPartitionSet.org.eclipse.collections.api.partition.set.sorted This package contains interfaces forPartitionSortedSet.org.eclipse.collections.api.partition.stack This package contains interfaces forPartitionStack. -
-
Uses of PartitionIterable in org.eclipse.collections.api
Methods in org.eclipse.collections.api that return PartitionIterable Modifier and Type Method Description PartitionIterable<T>RichIterable. partition(Predicate<? super T> predicate)Filters 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
Subinterfaces of PartitionIterable in org.eclipse.collections.api.partition Modifier and Type Interface Description interfacePartitionImmutableCollection<T>A PartitionImmutableCollection is the result of splitting an immutable collection into two immutable collections based on a Predicate.interfacePartitionMutableCollection<T>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
Subinterfaces of PartitionIterable in org.eclipse.collections.api.partition.bag Modifier and Type Interface Description interfacePartitionBag<T>A PartitionBag is the result of splitting a bag into two Bags based on a Predicate.interfacePartitionImmutableBag<T>A PartitionImmutableBag is the result of splitting an immutable bag into two immutable bags based on a Predicate.interfacePartitionImmutableBagIterable<T>A PartitionImmutableBagIterable is the result of splitting a mutable bag into two ImmutableBagIterables based on a Predicate.interfacePartitionMutableBag<T>A PartitionMutableBag is the result of splitting a mutable bag into two mutable bags based on a Predicate.interfacePartitionMutableBagIterable<T>A PartitionMutableBagIterable is the result of splitting a mutable bag into two MutableBagIterables based on a Predicate.interfacePartitionUnsortedBag<T> -
Uses of PartitionIterable in org.eclipse.collections.api.partition.bag.sorted
Subinterfaces of PartitionIterable in org.eclipse.collections.api.partition.bag.sorted Modifier and Type Interface Description interfacePartitionImmutableSortedBag<T>A PartitionImmutableSortedBag is the result of splitting an immutable sorted bag into two immutable sorted bags based on a Predicate.interfacePartitionMutableSortedBag<T>interfacePartitionSortedBag<T> -
Uses of PartitionIterable in org.eclipse.collections.api.partition.list
Subinterfaces of PartitionIterable in org.eclipse.collections.api.partition.list Modifier and Type Interface Description interfacePartitionImmutableList<T>A PartitionImmutableList is the result of splitting an immutable list into two immutable lists based on a Predicate.interfacePartitionList<T>A PartitionList is the result of splitting a ListIterable into two ListIterables based on a Predicate.interfacePartitionMutableList<T>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
Subinterfaces of PartitionIterable in org.eclipse.collections.api.partition.ordered Modifier and Type Interface Description interfacePartitionOrderedIterable<T>A PartitionOrderedIterable is the result of splitting a OrderedIterable into two OrderedIterables based on a Predicate.interfacePartitionReversibleIterable<T>A PartitionReversibleIterable is the result of splitting a ReversibleIterable into two ReversibleIterables based on a Predicate.interfacePartitionSortedIterable<T>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
Subinterfaces of PartitionIterable in org.eclipse.collections.api.partition.set Modifier and Type Interface Description interfacePartitionImmutableSet<T>A PartitionImmutableSet is the result of splitting an immutable set into two immutable sets based on a Predicate.interfacePartitionImmutableSetIterable<T>A PartitionImmutableSetIterable is the result of splitting a ImmutableSetIterable into two ImmutableSetIterables based on a Predicate.interfacePartitionMutableSet<T>A PartitionMutableSet is the result of splitting a mutable set into two mutable sets based on a Predicate.interfacePartitionMutableSetIterable<T>A PartitionMutableSetIterable is the result of splitting a MutableSetIterable into two MutableSetIterables based on a Predicate.interfacePartitionSet<T>A PartitionSet is the result of splitting a SetIterable into two SetIterables based on a Predicate.interfacePartitionUnsortedSet<T>A PartitionUnsortedSet is the result of splitting two UnsortedSetIterable on a Predicate. -
Uses of PartitionIterable in org.eclipse.collections.api.partition.set.sorted
Subinterfaces of PartitionIterable in org.eclipse.collections.api.partition.set.sorted Modifier and Type Interface Description interfacePartitionImmutableSortedSet<T>A PartitionImmutableSortedSet is the result of splitting an immutable sorted set into two immutable sorted sets based on a Predicate.interfacePartitionMutableSortedSet<T>A PartitionMutableSortedSet is the result of splitting a mutable sorted set into two mutable sorted sets based on a Predicate.interfacePartitionSortedSet<T>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
Subinterfaces of PartitionIterable in org.eclipse.collections.api.partition.stack Modifier and Type Interface Description interfacePartitionImmutableStack<T>A PartitionImmutableStack is the result of splitting an immutable stack into two immutable stacks based on a Predicate.interfacePartitionMutableStack<T>A PartitionMutableStack is the result of splitting a mutable stack into two mutable stacks on a Predicate.interfacePartitionStack<T>A PartitionStack is the result of splitting a StackIterable into two StackIterables based on a Predicate.
-