CollectionUtilsTailList Method |
.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Returns a portion of the list whose keys are greater than the
limit object parameter.
Namespace:
Tangosol.Util
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntaxpublic static SortedList TailList(
IDictionary dict,
Object limit
)
Parameters
- dict
- Type: System.CollectionsIDictionary
The list where the portion will be extracted.
- limit
- Type: SystemObject
The start element of the portion to extract.
Return Value
Type:
SortedList
The portion of the collection whose elements are greater than
the limit object parameter.
See Also