SupportClass.CollectionsManager overview
![]() EMPTY_LIST | Initializes a new instance of the IList class that is empty. |
![]() EMPTY_MAP | Initializes a new instance of the IDictionary class that is empty. |
![]() EMPTY_SET | Initializes a new instance of the ICollection class that is empty. |
![]() BinarySearch | Overloaded. Uses a binary search algorithm to locate a specific element in the sorted ArrayList or a portion of it. |
![]() Copy | Copies the IList to other IList. |
![]() Enumeration | Returns an enumerator to iterate through the Collection. |
![]() Fill | Replaces the elements of the specified list with the specified element. |
![]() Max | Obtain the maximum element of the given collection with the specified comparator. |
![]() Min | Obtain the minimum element of the given collection with the specified comparator. |
![]() NCopies | Returns an IList whose elements are copies of the specified value. |
![]() Reverse | Reverses the order of the elements in the ArrayList or a portion of it. |
![]() Shuffle | Overloaded. Shuffles the list randomly. |
![]() Singleton | Creates and returns a read-only System.Collections.ICollection. |
![]() SingletonList | Creates and returns a read-only System.Collections.IList. |
![]() SingletonMap | Creates and returns a read-only System.Collections.IDictionary. |
![]() Sort | Overloaded. Sorts the elements in the entire ArrayList using the IComparable implementation of each element. |
![]() SynchronizedCollection | Returns an ICollection wrapper that is synchronized (thread-safe). |
![]() SynchronizedList | Returns an IList wrapper that is synchronized (thread-safe). |
![]() SynchronizedMap | Returns an IDictionary wrapper that is synchronized (thread-safe). |
![]() SynchronizedSet | Returns an ICollection wrapper that is synchronized (thread-safe). |
![]() SynchronizedSortedMap | Creates and returns a read-only System.Collections.SortedList. |
![]() UnModifiableCollection | Creates and returns a read-only System.Collections.ICollection. |
![]() UnModifiableList | Creates and returns a read-only System.Collections.IList. |
![]() UnModifiableMap | Creates and returns a read-only System.Collections.IDictionary. |
![]() UnModifiableSet | Creates and returns a read-only System.Collections.ICollection. |
SupportClass.CollectionsManager Constructor | Initializes a new instance of the CollectionsManager class that is empty. |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetType (inherited from Object) | Gets the Type of the current instance. |
ToString (inherited from Object) | Returns a String that represents the current Object. |
Finalize (inherited from Object) | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |