CollectionUtilsRandomizeT Method (T) |
Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Reorder elements of a type T array in a random way.
Namespace:
Tangosol.Util
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntaxpublic static T[] Randomize<T>(
T[] array
)
Parameters
- array
- Type: T
The array of type T objects to randomize.
Type Parameters
- T
-
The type of the element.
Return Value
Type:
T
The array of elements ordered in a random manner.
See Also