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