PartitionList
.
A PartitionList is the result of splitting a list into two lists based on a Predicate.
This package contains 3 interfaces:
PartitionList
- a read-only PartitionList API.
PartitionMutableList
- a modifiable PartitionList.
PartitionImmutableList
- the non-modifiable equivalent interface to PartitionMutableList
.
Interface | Description |
---|---|
PartitionImmutableList<T> |
A PartitionImmutableList is the result of splitting an immutable list into two immutable lists based on a Predicate.
|
PartitionList<T> |
A PartitionList is the result of splitting a ListIterable into two ListIterables based on a Predicate.
|
PartitionMutableList<T> |
A PartitionMutableList is the result of splitting a mutable list into two mutable lists based on a Predicate.
|
Copyright © 2004–2019. All rights reserved.