|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.omnaest.utils.beans.autowired.AutowiredContainerUtils
public class AutowiredContainerUtils
Helper related to AutowiredContainer
| Constructor Summary | |
|---|---|
AutowiredContainerUtils()
|
|
| Method Summary | ||
|---|---|---|
static
|
newInstance()
Returns a new AutowiredContainer instance |
|
static
|
unmodifiable(AutowiredContainer<E> autowiredContainer)
Returns a AutowiredContainerDecorator which prohibits modifications to the underlying AutowiredContainer. |
|
static
|
valueOf(Iterable<E> iterable)
Creates a new AutowiredContainer instance based on the elements of a given Iterable |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AutowiredContainerUtils()
| Method Detail |
|---|
public static <E> AutowiredContainer<E> unmodifiable(AutowiredContainer<E> autowiredContainer)
AutowiredContainerDecorator which prohibits modifications to the underlying AutowiredContainer. If
a modification access is tried a UnsupportedOperationException is thrown therefore.Iterator will allow traversing but no Iterator.remove().
autowiredContainer -
public static <E> AutowiredContainer<E> valueOf(Iterable<E> iterable)
AutowiredContainer instance based on the elements of a given Iterable
iterable -
AutowiredContainerpublic static <E> AutowiredContainer<E> newInstance()
AutowiredContainer instance
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||