Oracle® Coherence .NET API Reference Release 3.6.1
E18812-01

The CollectionUtils type exposes the following members.

Methods

  NameDescription
AcquireReadLock
Acquire a read-lock on the supplied collection, if possible. While held, A read-lock prevents the given collection from being modified.
AddOverloaded.
AddAll
Adds all of the elements of the "source" collection to the "target" collection.
Clear
Clears specified collection.
Contains
Determines whether an element is in the collection.
ContainsAll
Determines whether all elements from the source collection are contained in the target collection.
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
EqualsDeep
Examines whether two parameters are two equal array objects.
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
HeadList
Returns a portion of the list whose keys are less than the limit object parameter.
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
RandomizeOverloaded.
ReleaseReadLock
Release a read-lock on the supplied collection.
Remove
Removes an element from the specified collection.
RemoveAll
Removes all elements contained in the source collection from the target collection.
RetainAll
Removes all elements from the target collection that are not contained in the source collection.
SetBitsTrue
Sets the specified bit to true.
TailList
Returns a portion of the list whose keys are greater than the limit object parameter.
ToArray
Returns an array containing all of the elements from the specified collection.
ToByteArray
Convert an array of sbyte values to an array of corresponding byte values.
ToByteArrayUnchecked
Convert an array of sbyte values to an array of corresponding byte values.
ToDelimitedString
Format the content of the passed Object array as a delimited string.
ToSByteArray
Convert an array of byte values to an array of corresponding sbyte values.
ToSByteArrayUnchecked
Convert an array of byte values to an array of corresponding sbyte values.
ToString
Returns a String that represents the current Object.
(Inherited from Object.)
TrimLeftZeroBytes
Trim zero bytes from the beggining of the array.

See Also