Package net.sf.collections15.functors.factory

This package provides implementations and a utility library for the Factory interface.

See:
          Description

Class Summary
ConstantFactory<E> Factory implementation that returns the same constant each time.
ExceptionFactory<E> Factory implementation that always throws an exception.
FactoryUtils FactoryUtils provides reference implementations and utilities for the Factory functor interface.
InstantiateFactory<E> Factory implementation that creates a new object instance of a specified class using by reflection.
PrototypeFactory<E> Factory implementation that creates new object instances by copying a prototype object.
 

Package net.sf.collections15.functors.factory Description

This package provides implementations and a utility library for the Factory interface.



Copyright © 2001-2005 SourceForge.net. All Rights Reserved.