Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

The CollectionUtils type exposes the following members.

Constructors

  NameDescription
CollectionUtils
Initializes a new instance of the CollectionUtils class

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.)
EqualsArray<(Of <(T>)>)
Returns true if the two specified arrays are equal to one another. Two arrays are considered equal if both arrays contain the same number of elements, and all corresponding pairs of elements in the two arrays are equal. In other words, two arrays are equal if they contain the same elements in the same order. Also, two array references are considered equal if both are null
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.)
GetBit
Get the value of the specified bit.
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.
SetBit
Set the specified bit to the specified value.
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