|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
|---|---|
| ElementChecker | Represents a piece of logic that checks the type of each element in a collection/array/map. |
| ElementStore<T> | Represents anything that will receive component instances
created by StoreBinder. |
| Class Summary | |
|---|---|
| AnyArrayStore<T> | This class stores component instances into any array. |
| ArrayStore<T> | This class stores component instances into an Object[] array. |
| ListStore<T> | This implementation stores component instances into a java.util.List. |
| MapStore<K,T> | This implementation stores component instances into a java.util.Map object. |
| SetStore<T> | This implementation stores component instances into a java.util.Set. |
This package provides ElementStore interface and implementations.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||