java.lang.Object
java.util.Dictionary
java.util.Hashtable
org.apache.derby.iapi.sql.depend.ProviderList
- All Implemented Interfaces:
- java.lang.Cloneable, java.util.Map, java.io.Serializable
- public class ProviderList
- extends java.util.Hashtable
ProviderList is a list of Providers that is being
tracked for some object other than the current dependent.
| Nested classes inherited from class java.util.Hashtable |
|
| Nested classes inherited from class java.util.Map |
java.util.Map.Entry |
| Fields inherited from class java.util.Hashtable |
|
| Methods inherited from class java.util.Hashtable |
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, rehash, remove, size, toString, values |
ProviderList
public ProviderList()
addProvider
public void addProvider(Provider prov)
- Add a Provider to the list.