| Interface | Description |
|---|---|
| Reduction<T> |
This is the Reduction interface which extends ExcerptListener.
|
| Reduction.DoubleReductionBuilder |
DoubleReductionBuilder is an interface that defines the contract for creating Reductions specialized for handling double data types.
|
| Reduction.LongReductionBuilder |
LongReductionBuilder is an interface that defines the contract for creating Reductions specialized for handling long data types.
|
| Reduction.ReductionBuilder<E> |
ReductionBuilder is an interface that defines the contract for creating new Reductions using a specific collector.
|
| Class | Description |
|---|---|
| ConcurrentCollectors |
Provides utility methods to obtain concurrent
Collectors that can be used
in conjunction with the Java Stream API. |
| Reductions |
This is the Reductions utility class.
|
| Reductions.Counting |
A Reduction class that counts the number of excerpts that have been processed.
|
Copyright © 2024. All rights reserved.