Uses of Interface
org.eclipse.collections.api.partition.ordered.PartitionReversibleIterable
-
Packages that use PartitionReversibleIterable Package Description org.eclipse.collections.api.ordered 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.set.sorted This package contains interfaces forPartitionSortedSet
.org.eclipse.collections.impl.partition.bag.sorted This package contains implementations of thePartitionSortedBag
interface.org.eclipse.collections.impl.partition.list This package contains implementations of thePartitionList
interface.org.eclipse.collections.impl.partition.set.sorted This package contains implementations of thePartitionSet
interface. -
-
Uses of PartitionReversibleIterable in org.eclipse.collections.api.ordered
Methods in org.eclipse.collections.api.ordered that return PartitionReversibleIterable Modifier and Type Method Description PartitionReversibleIterable<T>
ReversibleIterable. partition(Predicate<? super T> predicate)
PartitionReversibleIterable<T>
ReversibleIterable. partitionWhile(Predicate<? super T> predicate)
<P> PartitionReversibleIterable<T>
ReversibleIterable. partitionWith(Predicate2<? super T,? super P> predicate, P parameter)
-
Uses of PartitionReversibleIterable in org.eclipse.collections.api.partition.bag.sorted
Subinterfaces of PartitionReversibleIterable in org.eclipse.collections.api.partition.bag.sorted Modifier and Type Interface Description interface
PartitionImmutableSortedBag<T>
A PartitionImmutableSortedBag is the result of splitting an immutable sorted bag into two immutable sorted bags based on a Predicate.interface
PartitionMutableSortedBag<T>
interface
PartitionSortedBag<T>
-
Uses of PartitionReversibleIterable in org.eclipse.collections.api.partition.list
Subinterfaces of PartitionReversibleIterable in org.eclipse.collections.api.partition.list Modifier and Type Interface Description interface
PartitionImmutableList<T>
A PartitionImmutableList is the result of splitting an immutable list into two immutable lists based on a Predicate.interface
PartitionList<T>
A PartitionList is the result of splitting a ListIterable into two ListIterables based on a Predicate.interface
PartitionMutableList<T>
A PartitionMutableList is the result of splitting a mutable list into two mutable lists based on a Predicate. -
Uses of PartitionReversibleIterable in org.eclipse.collections.api.partition.set.sorted
Subinterfaces of PartitionReversibleIterable in org.eclipse.collections.api.partition.set.sorted Modifier and Type Interface Description interface
PartitionImmutableSortedSet<T>
A PartitionImmutableSortedSet is the result of splitting an immutable sorted set into two immutable sorted sets based on a Predicate.interface
PartitionMutableSortedSet<T>
A PartitionMutableSortedSet is the result of splitting a mutable sorted set into two mutable sorted sets based on a Predicate.interface
PartitionSortedSet<T>
A PartitionSortedSet is the result of splitting a SortedSetIterable into two SortedSetIterables based on a Predicate. -
Uses of PartitionReversibleIterable in org.eclipse.collections.impl.partition.bag.sorted
Classes in org.eclipse.collections.impl.partition.bag.sorted that implement PartitionReversibleIterable Modifier and Type Class Description class
PartitionImmutableSortedBagImpl<T>
class
PartitionTreeBag<T>
-
Uses of PartitionReversibleIterable in org.eclipse.collections.impl.partition.list
Classes in org.eclipse.collections.impl.partition.list that implement PartitionReversibleIterable Modifier and Type Class Description class
PartitionFastList<T>
class
PartitionImmutableListImpl<T>
-
Uses of PartitionReversibleIterable in org.eclipse.collections.impl.partition.set.sorted
Classes in org.eclipse.collections.impl.partition.set.sorted that implement PartitionReversibleIterable Modifier and Type Class Description class
PartitionImmutableSortedSetImpl<T>
class
PartitionTreeSortedSet<T>
-