Package org.eclipse.collections.api.partition.ordered
package org.eclipse.collections.api.partition.ordered
-
InterfacesClassDescriptionA PartitionOrderedIterable is the result of splitting a OrderedIterable into two OrderedIterables based on a Predicate.A PartitionReversibleIterable is the result of splitting a ReversibleIterable into two ReversibleIterables based on a Predicate.A PartitionSortedIterable is the result of splitting a SortedIterable into two SortedIterables based on a Predicate.