CollectionUtilsRandomize Method (IList) | 
.NET API Reference for Oracle® Coherence Community Edition 
 (14.1.1.0)
E55634-01
 
            Randomize the order of the elements within the passed list.
            
 
    Namespace: 
   Tangosol.Util
    Assembly:
   Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntaxpublic static IList Randomize(
	IList list
)
Parameters
- list
 - Type: System.CollectionsIList
            The list to randomize; the passed list is not altered.
             
Return Value
Type: 
IList
            A new and immutable List whose contents are identical to those
            of the passed list except for the order in which they appear.
            
See Also