Uses of Interface
org.eclipse.collections.api.partition.ordered.PartitionSortedIterable
-
Packages that use PartitionSortedIterable Package Description org.eclipse.collections.api.ordered org.eclipse.collections.api.partition.bag.sorted This package contains interfaces forPartitionSortedBag.org.eclipse.collections.api.partition.set.sorted This package contains interfaces forPartitionSortedSet. -
-
Uses of PartitionSortedIterable in org.eclipse.collections.api.ordered
Methods in org.eclipse.collections.api.ordered that return PartitionSortedIterable Modifier and Type Method Description PartitionSortedIterable<T>SortedIterable. partition(Predicate<? super T> predicate)PartitionSortedIterable<T>SortedIterable. partitionWhile(Predicate<? super T> predicate)Returns a Partition of the initial elements that satisfy the Predicate and the remaining elements. -
Uses of PartitionSortedIterable in org.eclipse.collections.api.partition.bag.sorted
Subinterfaces of PartitionSortedIterable 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 PartitionSortedIterable in org.eclipse.collections.api.partition.set.sorted
Subinterfaces of PartitionSortedIterable 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.
-