Package jfun.yan.element

This package provides ElementStore interface and implementations.

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.
 

Package jfun.yan.element Description

This package provides ElementStore interface and implementations.

Package Specification

The code is developed and tested under Java 1.4.

Related Documentation

For overviews, tutorials, examples, guides, and tool documentation, please see README.txt: