final class RealmFilteredBeans<T> extends java.lang.Object implements java.lang.Iterable<BeanEntry<com.google.inject.name.Named,T>>
BeanEntrys filtered according to whether they are visible from the current ClassRealm.| Modifier and Type | Class and Description |
|---|---|
(package private) class |
RealmFilteredBeans.FilteredItr
BeanEntry iterator that only returns entries visible from the given set of named realms. |
| Modifier and Type | Field and Description |
|---|---|
(package private) java.lang.Iterable<BeanEntry<com.google.inject.name.Named,T>> |
beans |
| Constructor and Description |
|---|
RealmFilteredBeans(java.lang.Iterable<BeanEntry<com.google.inject.name.Named,T>> beans) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator<BeanEntry<com.google.inject.name.Named,T>> |
iterator() |