Uses of Interface
org.glassfish.hk2.api.IterableProvider

Packages that use IterableProvider
org.glassfish.hk2.api   
 

Uses of IterableProvider in org.glassfish.hk2.api
 

Methods in org.glassfish.hk2.api that return IterableProvider
 IterableProvider<T> IterableProvider.named(java.lang.String name)
          Returns an IterableProvider that is further qualified with the given name
<U> IterableProvider<U>
IterableProvider.ofType(java.lang.reflect.Type type)
          Returns an IterableProvider that is of the given type.
 IterableProvider<T> IterableProvider.qualifiedWith(java.lang.annotation.Annotation... qualifiers)
          A set of qualifiers to further restrict this iterator to.
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.