| Package | Description |
|---|---|
| com.gs.collections.impl.lazy.parallel.set.sorted |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractParallelSortedSetIterable<T,B extends SortedSetBatch<T>> |
| Modifier and Type | Interface and Description |
|---|---|
interface |
RootSortedSetBatch<T> |
| Modifier and Type | Class and Description |
|---|---|
class |
SelectSortedSetBatch<T> |
| Modifier and Type | Method and Description |
|---|---|
SortedSetBatch<T> |
SelectSortedSetBatch.distinct(ConcurrentHashMap<T,java.lang.Boolean> distinct) |
SortedSetBatch<T> |
SortedSetBatch.distinct(ConcurrentHashMap<T,java.lang.Boolean> distinct) |
SortedSetBatch<T> |
SelectSortedSetBatch.select(com.gs.collections.api.block.predicate.Predicate<? super T> predicate) |
SortedSetBatch<T> |
SortedSetBatch.select(com.gs.collections.api.block.predicate.Predicate<? super T> predicate) |
| Constructor and Description |
|---|
CollectSortedSetBatch(SortedSetBatch<T> sortedSetBatch,
com.gs.collections.api.block.function.Function<? super T,? extends V> function) |
FlatCollectSortedSetBatch(SortedSetBatch<T> sortedSetBatch,
com.gs.collections.api.block.function.Function<? super T,? extends java.lang.Iterable<V>> function) |
SelectSortedSetBatch(SortedSetBatch<T> sortedSetBatch,
com.gs.collections.api.block.predicate.Predicate<? super T> predicate) |