| Package | Description |
|---|---|
| org.eclipse.collections.api |
This package contains interfaces for Eclipse Collections API.
|
| org.eclipse.collections.api.bag |
This package contains interfaces for Bag API.
|
| org.eclipse.collections.api.bag.sorted |
This package contains interfaces for SortedBag API.
|
| org.eclipse.collections.api.list |
This package contains interfaces for list API which enhance the performance and functionality of
List. |
| org.eclipse.collections.api.set |
This package contains interfaces for set API which enhance the performance and functionality of
Set. |
| org.eclipse.collections.api.set.sorted |
This package contains interfaces for sorted set API.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ParallelIterable<T>
A ParallelIterable is RichIterable which will defer evaluation for certain methods like select, reject, collect, etc.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ParallelBag<T> |
interface |
ParallelUnsortedBag<T> |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ParallelSortedBag<T> |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ParallelListIterable<T>
A ParallelIterable is RichIterable which will defer evaluation for certain methods like select, reject, collect, etc.
|
| Modifier and Type | Method and Description |
|---|---|
ParallelListIterable<T> |
ListIterable.asParallel(ExecutorService executorService,
int batchSize)
Returns a parallel iterable of this ListIterable.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ParallelSetIterable<T> |
interface |
ParallelUnsortedSetIterable<T>
A ParallelIterable is RichIterable which will defer evaluation for certain methods like select, reject, collect, etc.
|
| Modifier and Type | Method and Description |
|---|---|
ParallelSetIterable<T> |
SetIterable.asParallel(ExecutorService executorService,
int batchSize)
Returns a parallel iterable of this SetIterable.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ParallelSortedSetIterable<T> |
| Modifier and Type | Method and Description |
|---|---|
ParallelSortedSetIterable<T> |
SortedSetIterable.asParallel(ExecutorService executorService,
int batchSize)
Returns a parallel iterable of this SortedSetIterable.
|
Copyright © 2004–2021. All rights reserved.