Package | Description |
---|---|
com.gs.collections.impl.lazy.parallel.bag |
Modifier and Type | Class and Description |
---|---|
class |
AbstractParallelUnsortedBag<T,B extends UnsortedBagBatch<T>> |
Modifier and Type | Interface and Description |
---|---|
interface |
RootUnsortedBagBatch<T> |
Modifier and Type | Class and Description |
---|---|
class |
CollectUnsortedBagBatch<T,V> |
class |
SelectUnsortedBagBatch<T> |
Modifier and Type | Method and Description |
---|---|
<V> UnsortedBagBatch<V> |
UnsortedBagBatch.collect(Function<? super T,? extends V> function) |
<V> UnsortedBagBatch<V> |
SelectUnsortedBagBatch.collect(Function<? super T,? extends V> function) |
<VV> UnsortedBagBatch<VV> |
CollectUnsortedBagBatch.collect(Function<? super V,? extends VV> function) |
UnsortedBagBatch<T> |
UnsortedBagBatch.select(Predicate<? super T> predicate) |
UnsortedBagBatch<T> |
SelectUnsortedBagBatch.select(Predicate<? super T> predicate) |
UnsortedBagBatch<V> |
CollectUnsortedBagBatch.select(Predicate<? super V> predicate) |
Constructor and Description |
---|
CollectUnsortedBagBatch(UnsortedBagBatch<T> unsortedBagBatch,
Function<? super T,? extends V> function) |
SelectUnsortedBagBatch(UnsortedBagBatch<T> unsortedBagBatch,
Predicate<? super T> predicate) |
Copyright © 2004–2019. All rights reserved.