Package org.eclipse.collections.api.partition.set.sorted


package org.eclipse.collections.api.partition.set.sorted
This package contains interfaces for PartitionSortedSet.

A PartitionSortedSet is the result of splitting a sorted set into two sorted sets based on a Predicate.

This package contains the following interfaces:

  • Interfaces
    Class
    Description
    A PartitionImmutableSortedSet is the result of splitting an immutable sorted set into two immutable sorted sets based on a Predicate.
    A PartitionMutableSortedSet is the result of splitting a mutable sorted set into two mutable sorted sets based on a Predicate.
    A PartitionSortedSet is the result of splitting a SortedSetIterable into two SortedSetIterables based on a Predicate.