PartitionIterable
.
A PartitionIterable is the result of splitting an iterable into two iterables based on a Predicate
.
This package contains 3 interfaces:
PartitionIterable
- a read-only PartitionIterable API.
PartitionMutableCollection
- a modifiable PartitionIterable.
PartitionImmutableCollection
- the non-modifiable equivalent interface to PartitionMutableCollection
.
Interface | Description |
---|---|
PartitionImmutableCollection<T> |
A PartitionImmutableCollection is the result of splitting an immutable collection into two immutable collections based
on a Predicate.
|
PartitionIterable<T> |
A PartitionIterable is the result of splitting an iterable into two iterables based on a Predicate.
|
PartitionMutableCollection<T> |
A PartitionMutableCollection is the result of splitting a mutable collection into two mutable collections based on a Predicate.
|
Copyright © 2004–2019. All rights reserved.