Click or drag to resize

CollectionUtilsHeadList Method

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Returns a portion of the list whose keys are less than the limit object parameter.

Namespace:  Tangosol.Util
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntax
C#
public static SortedList HeadList(
	IDictionary dict,
	Object limit
)

Parameters

dict
Type: System.CollectionsIDictionary
The list where the portion will be extracted.
limit
Type: SystemObject
The end element of the portion to extract.

Return Value

Type: SortedList
The portion of the collection whose elements are less than the limit object parameter.
See Also