Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02

The CollectionUtils type exposes the following members.

Constructors

  NameDescription
Protected methodCollectionUtils
Initializes a new instance of the CollectionUtils class

Methods

  NameDescription
Public methodStatic memberAcquireReadLock
Acquire a read-lock on the supplied collection, if possible. While held, A read-lock prevents the given collection from being modified.
Public methodStatic memberAdd(ICollection, Object)
Adds a new element to the specified collection.
Public methodStatic memberAdd(ICollection, Object, Boolean)
Adds a new element to the specified collection.
Public methodStatic memberAddAll
Adds all of the elements of the "source" collection to the "target" collection.
Public methodStatic memberClear
Clears specified collection.
Public methodStatic memberContains
Determines whether an element is in the collection.
Public methodStatic memberContainsAll
Determines whether all elements from the source collection are contained in the target collection.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodStatic memberEqualsArray<(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
Public methodStatic memberEqualsDeep
Examines whether two parameters are two equal array objects.
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodStatic memberGetBit
Get the value of the specified bit.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberHeadList
Returns a portion of the list whose keys are less than the limit object parameter.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberRandomize(IList)
Randomize the order of the elements within the passed list.
Public methodStatic memberRandomize<(Of <<'(T>)>>)(IList<(Of <<'(T>)>>))
Randomize the order of the elements within the passed list.
Public methodStatic memberRandomize<(Of <<'(T>)>>)(array<T>[]()[][])
Reorder elements of a type T array in a random way.
Public methodStatic memberReleaseReadLock
Release a read-lock on the supplied collection.
Public methodStatic memberRemove
Removes an element from the specified collection.
Public methodStatic memberRemoveAll
Removes all elements contained in the source collection from the target collection.
Public methodStatic memberRetainAll
Removes all elements from the target collection that are not contained in the source collection.
Public methodStatic memberSetBit
Set the specified bit to the specified value.
Public methodStatic memberTailList
Returns a portion of the list whose keys are greater than the limit object parameter.
Public methodStatic memberToArray
Returns an array containing all of the elements from the specified collection.
Public methodStatic memberToByteArray
Convert an array of sbyte values to an array of corresponding byte values.
Public methodStatic memberToByteArrayUnchecked
Convert an array of sbyte values to an array of corresponding byte values.
Public methodStatic memberToDelimitedString
Format the content of the passed Object array as a delimited string.
Public methodStatic memberToSByteArray
Convert an array of byte values to an array of corresponding sbyte values.
Public methodStatic memberToSByteArrayUnchecked
Convert an array of byte values to an array of corresponding sbyte values.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Public methodStatic memberTrimLeftZeroBytes
Trim zero bytes from the beggining of the array.

See Also