Package org.apache.derby.iapi.sql.depend
Class ProviderList
- java.lang.Object
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Cloneable
,java.util.Map<UUID,Provider>
public class ProviderList extends java.util.Hashtable<UUID,Provider>
ProviderList is a list of Providers that is being tracked for some object other than the current dependent.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProviderList()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addProvider(Provider prov)
Add a Provider to the list.-
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
-
-
-
-
Method Detail
-
addProvider
public void addProvider(Provider prov)
Add a Provider to the list.- Parameters:
prov
- The Provider to add to the list.
-
-