Uses of Interface
org.forgerock.util.Indexed
-
Packages that use Indexed Package Description org.forgerock.util Provides common interfaces and classes. -
-
Uses of Indexed in org.forgerock.util
Methods in org.forgerock.util with type parameters of type Indexed Modifier and Type Method Description static <K,V extends Indexed<K>>
Map<K,V>Loader. loadMap(Class<V> serviceType)
Loads services of a particular type into a map.static <K,V extends Indexed<K>>
Map<K,V>Loader. loadMap(Class<V> serviceType, ClassLoader classLoader)
Loads services of a particular type into a map.
-