See: Description
| Class | Description |
|---|---|
| AbstractTopN<T> |
Bounded min-heap to keep just the top-n greatest objects.
|
| ObjectDoubleTopN<T> |
Bounded min-heap to keep just the top-n greatest object-double pairs according to the value of the double.
|
| TopN<T> |
Bounded min-heap to keep just the top-n greatest objects.
|
Copyright © 2016. All rights reserved.