TopNAggregatorPartialResult Class |
Namespace: Tangosol.Util.Aggregator
public class PartialResult : IPortableObject
The TopNAggregatorPartialResult type exposes the following members.
Name | Description | |
---|---|---|
![]() | TopNAggregatorPartialResult |
Default constructor.
|
![]() | TopNAggregatorPartialResult(IComparer) |
Construct a PartialResult using the specified comparer.
|
Name | Description | |
---|---|---|
![]() | BackingDictionary |
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).
|
![]() | Comparer |
The IComparer used to sort elements in this partial result.
|
![]() | Count |
The number of results.
|
![]() | First |
The head of the list of results.
|
![]() | Results |
The sorted collection of partial results.
|
Name | Description | |
---|---|---|
![]() | Add |
Add a new result to the list of results.
|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ReadExternal |
Restore the contents of a user type instance by reading its
state using the specified IPofReader object.
|
![]() | RemoveFirst |
Remove the first element from the list of results.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | WriteExternal |
Save the contents of a POF user type instance by writing its
state using the specified IPofWriter object.
|