public class TopOrdAndIntQueue
extends <any>
| Modifier and Type | Class and Description |
|---|---|
static class |
TopOrdAndIntQueue.OrdAndValue
Holds a single entry.
|
| Constructor and Description |
|---|
TopOrdAndIntQueue(int topN)
Sole constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
lessThan(TopOrdAndIntQueue.OrdAndValue a,
TopOrdAndIntQueue.OrdAndValue b) |
protected boolean lessThan(TopOrdAndIntQueue.OrdAndValue a, TopOrdAndIntQueue.OrdAndValue b)
Data In Motion GmbH all rights reserved