Package | Description |
---|---|
org.eclipse.collections.api.partition.stack |
This package contains interfaces for
PartitionStack . |
org.eclipse.collections.api.stack |
This package contains interfaces for stack API.
|
org.eclipse.collections.impl.partition.stack |
This package contains implementations of the
PartitionStack interface. |
Modifier and Type | Method and Description |
---|---|
PartitionImmutableStack<T> |
PartitionMutableStack.toImmutable() |
Modifier and Type | Method and Description |
---|---|
PartitionImmutableStack<T> |
ImmutableStack.partition(Predicate<? super T> predicate) |
<P> PartitionImmutableStack<T> |
ImmutableStack.partitionWith(Predicate2<? super T,? super P> predicate,
P parameter) |
Modifier and Type | Class and Description |
---|---|
class |
PartitionImmutableStackImpl<T> |
Modifier and Type | Method and Description |
---|---|
PartitionImmutableStack<T> |
PartitionArrayStack.toImmutable() |
Copyright © 2004–2016. All rights reserved.