- java.lang.Object
-
- java.util.Dictionary<K,V>
-
- java.util.Hashtable<UUID,Provider>
-
- org.apache.derby.iapi.sql.depend.ProviderList
-
- 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
-
-
Method Summary
Methods
| Modifier and Type |
Method and Description |
void |
addProvider(Provider prov)
Add a Provider to the list.
|
-
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
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
Constructor Detail
-
ProviderList
public ProviderList()
Built on Wed 2016-10-05 08:16:42+0000, from revision ???
Apache Derby V10.11 Internals - Copyright © 2004,2014 The Apache Software Foundation. All Rights Reserved.