Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02

The TopNAggregator..::..PartialResult type exposes the following members.

Properties

  NameDescription
Protected propertyBackingDictionary
The SortedList used to maintain the sorted results (as keys in the SortedList). The keys are the sorted results, and the values are the number of results for the particular key (to track duplicates).
Protected propertyComparer
The IComparer used to sort elements in this partial result.
Public propertyCount
The number of results.
Public propertyFirst
The head of the list of results.
Public propertyResults
The sorted collection of partial results.

See Also