See: Description

| Interface | Description | 
|---|---|
| QuickSelect.Adapter<T> | 
 Adapter class to apply QuickSelect to arbitrary data structures. 
 | 
| Class | Description | 
|---|---|
| QuickSelect | 
 QuickSelect computes ("selects") the element at a given rank and can be used
 to compute Medians and arbitrary quantiles by computing the appropriate rank. 
 | 
Basic memory structures such as heaps and object hierarchies.