Package | Description |
---|---|
com.gs.collections.api.ordered | |
com.gs.collections.api.partition.list |
This package contains interfaces for
PartitionList . |
com.gs.collections.impl.partition.list |
This package contains implementations of the
PartitionList interface. |
Modifier and Type | Method and Description |
---|---|
PartitionReversibleIterable<T> |
ReversibleIterable.partition(Predicate<? super T> predicate) |
PartitionReversibleIterable<T> |
ReversibleIterable.partitionWhile(Predicate<? super T> predicate)
Returns a Partition of the initial elements that satisfy the Predicate and the remaining elements.
|
Modifier and Type | Interface and Description |
---|---|
interface |
PartitionImmutableList<T>
A PartitionImmutableList is the result of splitting an immutable list into two immutable lists based on a Predicate.
|
interface |
PartitionList<T>
A PartitionList is the result of splitting a ListIterable into two ListIterables based on a Predicate.
|
interface |
PartitionMutableList<T>
A PartitionMutableList is the result of splitting a mutable list into two mutable lists based on a Predicate.
|
Modifier and Type | Class and Description |
---|---|
class |
PartitionFastList<T> |
class |
PartitionImmutableListImpl<T> |
Copyright © 2004–2016. All rights reserved.