Package org.eclipse.collections.impl.partition.bag.sorted
package org.eclipse.collections.impl.partition.bag.sorted
This package contains implementations of the
PartitionSortedBag
interface.
This package contains 2 classes:
-
PartitionImmutableSortedBagImpl
- Result of splitting a immutable sorted bag into two immutable sorted bags based on a Predicate. -
PartitionTreeBag
- Result of splitting a tree sorted bag into two tree sorted bags based on a Predicate.