Click or drag to resize

CollectionUtilsHeadList Method

.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
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.1 (14.1.1.1)
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