Package | Description |
---|---|
com.gs.collections.api.bag |
This package contains interfaces for Bag API.
|
com.gs.collections.api.list |
This package contains interfaces for list API which enhance the performance and functionality of
List . |
com.gs.collections.api.set |
This package contains interfaces for set API which enhance the performance and functionality of
Set . |
com.gs.collections.impl.lazy.parallel | |
com.gs.collections.impl.lazy.parallel.bag | |
com.gs.collections.impl.lazy.parallel.list | |
com.gs.collections.impl.lazy.parallel.set | |
com.gs.collections.impl.set.mutable |
This package package contains implementations of
MutableSet . |
Modifier and Type | Method and Description |
---|---|
ParallelUnsortedSetIterable<T> |
ParallelUnsortedBag.asUnique() |
Modifier and Type | Method and Description |
---|---|
ParallelUnsortedSetIterable<T> |
ParallelListIterable.asUnique() |
Modifier and Type | Method and Description |
---|---|
ParallelUnsortedSetIterable<T> |
ParallelUnsortedSetIterable.asUnique() |
ParallelUnsortedSetIterable<T> |
ParallelUnsortedSetIterable.reject(Predicate<? super T> predicate)
Creates a parallel iterable for rejecting elements from the current iterable.
|
<P> ParallelUnsortedSetIterable<T> |
ParallelUnsortedSetIterable.rejectWith(Predicate2<? super T,? super P> predicate,
P parameter) |
ParallelUnsortedSetIterable<T> |
ParallelUnsortedSetIterable.select(Predicate<? super T> predicate)
Creates a parallel iterable for selecting elements from the current iterable.
|
<S> ParallelUnsortedSetIterable<S> |
ParallelUnsortedSetIterable.selectInstancesOf(Class<S> clazz) |
<P> ParallelUnsortedSetIterable<T> |
ParallelUnsortedSetIterable.selectWith(Predicate2<? super T,? super P> predicate,
P parameter) |
Modifier and Type | Class and Description |
---|---|
class |
ParallelDistinctIterable<T> |
Modifier and Type | Method and Description |
---|---|
ParallelUnsortedSetIterable<T> |
ParallelDistinctIterable.asUnique() |
ParallelUnsortedSetIterable<T> |
AbstractParallelIterableImpl.asUnique() |
Modifier and Type | Method and Description |
---|---|
ParallelUnsortedSetIterable<T> |
AbstractParallelUnsortedBag.asUnique() |
Modifier and Type | Method and Description |
---|---|
ParallelUnsortedSetIterable<T> |
AbstractParallelListIterable.asUnique() |
Modifier and Type | Class and Description |
---|---|
class |
AbstractParallelUnsortedSetIterable<T,B extends UnsortedSetBatch<T>> |
Modifier and Type | Method and Description |
---|---|
ParallelUnsortedSetIterable<T> |
AbstractParallelUnsortedSetIterable.asUnique() |
ParallelUnsortedSetIterable<T> |
AbstractParallelUnsortedSetIterable.reject(Predicate<? super T> predicate) |
<P> ParallelUnsortedSetIterable<T> |
AbstractParallelUnsortedSetIterable.rejectWith(Predicate2<? super T,? super P> predicate,
P parameter) |
ParallelUnsortedSetIterable<T> |
AbstractParallelUnsortedSetIterable.select(Predicate<? super T> predicate) |
<S> ParallelUnsortedSetIterable<S> |
AbstractParallelUnsortedSetIterable.selectInstancesOf(Class<S> clazz) |
<P> ParallelUnsortedSetIterable<T> |
AbstractParallelUnsortedSetIterable.selectWith(Predicate2<? super T,? super P> predicate,
P parameter) |
Modifier and Type | Method and Description |
---|---|
ParallelUnsortedSetIterable<T> |
UnifiedSet.asParallel(ExecutorService executorService,
int batchSize) |
Copyright © 2004–2018. All rights reserved.