Package | Description |
---|---|
com.gs.collections.api.bag |
This package contains interfaces for Bag API.
|
com.gs.collections.api.bag.sorted |
This package contains interfaces for SortedBag API.
|
com.gs.collections.impl.lazy.parallel.bag |
Modifier and Type | Interface and Description |
---|---|
interface |
ParallelUnsortedBag<T> |
Modifier and Type | Method and Description |
---|---|
ParallelBag<T> |
ParallelBag.reject(Predicate<? super T> predicate)
Creates a parallel iterable for rejecting elements from the current iterable.
|
<P> ParallelBag<T> |
ParallelBag.rejectWith(Predicate2<? super T,? super P> predicate,
P parameter) |
ParallelBag<T> |
ParallelBag.select(Predicate<? super T> predicate)
Creates a parallel iterable for selecting elements from the current iterable.
|
<S> ParallelBag<S> |
ParallelBag.selectInstancesOf(Class<S> clazz) |
<P> ParallelBag<T> |
ParallelBag.selectWith(Predicate2<? super T,? super P> predicate,
P parameter) |
Modifier and Type | Interface and Description |
---|---|
interface |
ParallelSortedBag<T> |
Modifier and Type | Class and Description |
---|---|
class |
AbstractParallelUnsortedBag<T,B extends UnsortedBagBatch<T>> |
Copyright © 2004–2018. All rights reserved.