Package org.entityfs.support.lang

Support classes for java.lang classes.

See:
          Description

Interface Summary
ArrayFilter<T> This filter is used for filtering and possibly modifying array values.
ObjectFactory<T> This is the interface of a generic object factory.
 

Class Summary
ArrayUtil This class contains static utility methods for working with arrays.
ObjectProxySupport<T> This is a support object that can be inherited by proxy objects.
SerializableObjectProxySupport<T extends Serializable> This is a variant of ObjectProxySupport that implements Serializable.
 

Enum Summary
TriState The TriState is an enumeration with three states: NO, YES and DONT_CARE.
 

Package org.entityfs.support.lang Description

Support classes for java.lang classes.

Since:
1.0
Author:
Karl Gustafsson