| Package | Description |
|---|---|
| com.gs.collections.impl.lazy.parallel | |
| com.gs.collections.impl.lazy.parallel.list | |
| com.gs.collections.impl.lazy.parallel.set |
| Modifier and Type | Method and Description |
|---|---|
com.gs.collections.api.LazyIterable<UnsortedSetBatch<T>> |
ParallelDistinctIterable.split() |
| Modifier and Type | Class and Description |
|---|---|
class |
DistinctBatch<T> |
| Modifier and Type | Method and Description |
|---|---|
<V> UnsortedSetBatch<V> |
DistinctBatch.collect(com.gs.collections.api.block.function.Function<? super T,? extends V> function) |
UnsortedSetBatch<T> |
ListBatch.distinct(ConcurrentHashMap<T,java.lang.Boolean> distinct) |
UnsortedSetBatch<T> |
SelectListBatch.distinct(ConcurrentHashMap<T,java.lang.Boolean> distinct) |
UnsortedSetBatch<V> |
CollectListBatch.distinct(ConcurrentHashMap<V,java.lang.Boolean> distinct) |
UnsortedSetBatch<T> |
DistinctBatch.select(com.gs.collections.api.block.predicate.Predicate<? super T> predicate) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractParallelUnsortedSetIterable<T,B extends UnsortedSetBatch<T>> |
| Modifier and Type | Interface and Description |
|---|---|
interface |
RootUnsortedSetBatch<T> |
| Modifier and Type | Class and Description |
|---|---|
class |
CollectUnsortedSetBatch<T,V> |
class |
SelectUnsortedSetBatch<T> |
| Modifier and Type | Method and Description |
|---|---|
<V> UnsortedSetBatch<V> |
SelectUnsortedSetBatch.collect(com.gs.collections.api.block.function.Function<? super T,? extends V> function) |
<VV> UnsortedSetBatch<VV> |
CollectUnsortedSetBatch.collect(com.gs.collections.api.block.function.Function<? super V,? extends VV> function) |
UnsortedSetBatch<T> |
SelectUnsortedSetBatch.select(com.gs.collections.api.block.predicate.Predicate<? super T> predicate) |
UnsortedSetBatch<T> |
UnsortedSetBatch.select(com.gs.collections.api.block.predicate.Predicate<? super T> predicate) |
UnsortedSetBatch<V> |
CollectUnsortedSetBatch.select(com.gs.collections.api.block.predicate.Predicate<? super V> predicate) |
| Constructor and Description |
|---|
CollectUnsortedSetBatch(UnsortedSetBatch<T> unsortedSetBatch,
com.gs.collections.api.block.function.Function<? super T,? extends V> function) |
SelectUnsortedSetBatch(UnsortedSetBatch<T> unsortedSetBatch,
com.gs.collections.api.block.predicate.Predicate<? super T> predicate) |