Package org.eclipse.collections.api.partition.ordered

  • Interface Summary 
    Interface Description
    PartitionOrderedIterable<T>
    A PartitionOrderedIterable is the result of splitting a OrderedIterable into two OrderedIterables based on a Predicate.
    PartitionReversibleIterable<T>
    A PartitionReversibleIterable is the result of splitting a ReversibleIterable into two ReversibleIterables based on a Predicate.
    PartitionSortedIterable<T>
    A PartitionSortedIterable is the result of splitting a SortedIterable into two SortedIterables based on a Predicate.