public class ProviderList extends java.util.Hashtable<UUID,Provider>
Constructor and Description |
---|
ProviderList() |
Modifier and Type | Method and Description |
---|---|
void |
addProvider(Provider prov)
Add a Provider to the list.
|
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
public void addProvider(Provider prov)
prov
- The Provider to add to the list.Apache Derby V10.13 Internals - Copyright © 2004,2016 The Apache Software Foundation. All Rights Reserved.