Package org.eclipse.collections.impl.partition.list
package org.eclipse.collections.impl.partition.list
This package contains implementations of the
PartitionList
interface.
A PartitionList
is the result of splitting a ListIterable into two ListIterables based on a Predicate.
-
Classes