Creates a ResourceSet object.
public ResourceSet()
public ResourceSet( HashTable ht )
public ResourceSet( HashTable ht, boolean ownHashTable )
ht
A HashTable object that contains the resource data.
ownHashTable
Set to true to store and retrieve data from the ht parameter; set to false to simply copy data from ht. If no value is specified for the ownHashTable parameter, the data from ht is copied.