Uses of Class
org.apache.commons.collections.functors.InstantiateTransformer

Packages that use InstantiateTransformer
org.apache.commons.collections.functors This package contains implementations of the Closure, Predicate, Transformer and Factory interfaces. 
 

Uses of InstantiateTransformer in org.apache.commons.collections.functors
 

Fields in org.apache.commons.collections.functors declared as InstantiateTransformer
static InstantiateTransformer InstantiateTransformer.NO_ARG_INSTANCE
          Singleton instance that uses the no arg constructor
 

Methods in org.apache.commons.collections.functors that return InstantiateTransformer
static InstantiateTransformer InstantiateTransformer.getInstance(Class[] paramTypes, Object[] args)
          Transformer method that performs validation.
 



Copyright © 2005-2005 Apache Software Foundation, Matt Hall, John Watkinson. All Rights Reserved.