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

This package contains interfaces for PartitionSet.

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

This package contains 4 interfaces:

  • Interface Summary 
    Interface Description
    PartitionImmutableSet<T>
    A PartitionImmutableSet is the result of splitting an immutable set into two immutable sets based on a Predicate.
    PartitionImmutableSetIterable<T>
    A PartitionImmutableSetIterable is the result of splitting a ImmutableSetIterable into two ImmutableSetIterables based on a Predicate.
    PartitionMutableSet<T>
    A PartitionMutableSet is the result of splitting a mutable set into two mutable sets based on a Predicate.
    PartitionMutableSetIterable<T>
    A PartitionMutableSetIterable is the result of splitting a MutableSetIterable into two MutableSetIterables based on a Predicate.
    PartitionSet<T>
    A PartitionSet is the result of splitting a SetIterable into two SetIterables based on a Predicate.
    PartitionUnsortedSet<T>
    A PartitionUnsortedSet is the result of splitting two UnsortedSetIterable on a Predicate.