public class Service
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) static java.util.HashMap |
providerMap |
Constructor and Description |
---|
Service() |
Modifier and Type | Method and Description |
---|---|
static java.util.Iterator |
providers(java.lang.Class cls)
Returns an iterator where each element should implement the
interface (or subclass the baseclass) described by cls.
|
public static java.util.Iterator providers(java.lang.Class cls)
cls
- The class/interface to search for providers of.