Commons.Collections
Class CollectionsUtil

Static utility methods for collections

Constructor Summary
CollectionsUtil()
        Initializes a new instance of the CollectionsUtil class.

Method Summary
object PutElement(System.Collections.Hashtable hashTable, object key, object newValue)

Methods inherited from class System.Object
Equals, Finalize, GetHashCode, GetType, MemberwiseClone, ToString


Constructor Detail

CollectionsUtil

public CollectionsUtil()

Initializes a new instance of the CollectionsUtil class.

Method Detail

PutElement

public object PutElement(System.Collections.Hashtable hashTable,
                         object key,
                         object newValue)