Package org.apache.derby.iapi.sql.depend
Class ProviderList
- All Implemented Interfaces:
Serializable
,Cloneable
,Map<UUID,
Provider>
ProviderList is a list of Providers that is being
tracked for some object other than the current dependent.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.util.Hashtable
clear, clone, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keys, keySet, merge, put, putAll, putIfAbsent, rehash, remove, remove, replace, replace, replaceAll, size, toString, values
-
Constructor Details
-
ProviderList
public ProviderList()
-
-
Method Details
-
addProvider
Add a Provider to the list.- Parameters:
prov
- The Provider to add to the list.
-