public interface RefinementOrganizer<T>
| Modifier and Type | Method and Description |
|---|---|
void |
analyzeStats(java.util.List<Refinement<T>> refinements)
Analyzes the statistics within the refinements and keeps
in its state what the organize method will need later.
|
void |
organize(java.util.List<Refinement<T>> refinements)
The actual organize method that moves things around
within the List of Refinements.
|
void analyzeStats(java.util.List<Refinement<T>> refinements)
refinements - the List of Refinements to be organizedvoid organize(java.util.List<Refinement<T>> refinements)
refinements - List of Refinement within the Refiner that is being
organized